trailing spaces
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
.resident {
|
.resident {
|
||||||
margin: 2rem auto;
|
margin: 2rem auto;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template:
|
grid-template:
|
||||||
'img h1'
|
'img h1'
|
||||||
'img desc'
|
'img desc'
|
||||||
'img .';
|
'img .';
|
||||||
@ -10,11 +10,11 @@
|
|||||||
|
|
||||||
@media (max-width: 1050px) {
|
@media (max-width: 1050px) {
|
||||||
.resident {
|
.resident {
|
||||||
grid-template:
|
grid-template:
|
||||||
'img'
|
'img'
|
||||||
'h1'
|
'h1'
|
||||||
'desc';
|
'desc';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.resident h1 {
|
.resident h1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user