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 3 deletions
Showing only changes of commit 0f89981211 - Show all commits

View File

@ -52,7 +52,7 @@ body {
.feature__item { .feature__item {
background-color: #eee; background-color: #eee;
height: 13em; height: 15em;
margin-bottom: 1em; margin-bottom: 1em;
border-radius: 4px; border-radius: 4px;
} }
@ -89,7 +89,7 @@ body {
} }
#contribute .feature__item { #contribute .feature__item {
height: 15em; height: 16em;
} }
#blog { #blog {
@ -138,7 +138,7 @@ body {
} }
#about .feature__item { #about .feature__item {
height: 11em; height: 12em;
} }
#about .feature__item .archive__item-title { #about .feature__item .archive__item-title {