Toward the minimal mockup #13

Merged
btlogy merged 14 commits from 12.toward-minimal-mockup into main 2024-11-19 11:55:00 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 7ace592d9f - Show all commits

View File

@ -45,6 +45,7 @@ body {
background-color: #eee; background-color: #eee;
height: 13em; height: 13em;
margin-bottom: 1em; margin-bottom: 1em;
border-radius: 4px;
} }
.feature__item .archive__item-title { .feature__item .archive__item-title {
@ -85,6 +86,7 @@ body {
#blog { #blog {
margin-top: 2em; margin-top: 2em;
background-color: #eee; background-color: #eee;
border-radius: 4px;
} }
.entries-grid { .entries-grid {
@ -97,6 +99,7 @@ body {
.grid__item { .grid__item {
background-color: #ccc; background-color: #ccc;
padding: 0.5em; padding: 0.5em;
border-radius: 4px;
} }
.grid__item .archive__item-title { .grid__item .archive__item-title {