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 15 additions and 0 deletions
Showing only changes of commit ed4708bee9 - Show all commits

View File

@ -37,6 +37,10 @@ body {
padding-right: 1em;
}
.page__content .archive__item-title {
margin-top: 2em;
}
#documentation .feature__wrapper {
margin-bottom: auto;
}
@ -145,6 +149,17 @@ body {
text-align: center;
}
.page .page__inner-wrap {
background-color: #eee;
padding: 0.5em;
border-radius: 4px;
}
.page__share + .pagination {
padding-top: 0;
background-color: #fff;
}
.page__footer {
background-color: #eee;
}