small indentation tweak

This commit is contained in:
glyph 2022-09-06 08:48:47 +01:00
parent 0804fef879
commit 5fd761b328
1 changed files with 5 additions and 2 deletions

View File

@ -54,7 +54,10 @@
.grid-container {
grid-template-columns: repeat(4, 1fr);
grid-template-rows: 1fr 3fr 4fr;
grid-template-areas: 'nav nav nav nav nav' 'peers posts posts posts posts' 'peers content content content content';
grid-template-areas:
'nav nav nav nav nav'
'peers posts posts posts posts'
'peers content content content content';
}
}
@ -147,4 +150,4 @@ img {
li {
list-style: none;
font-size: 12px;
}
}