trailing spaces

This commit is contained in:
2026-01-06 08:40:36 -08:00
parent 5494711402
commit d435aa4867

View File

@ -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 {