Adapt the blog article look to mathc the main page
Jekyll / jekyll (pull_request) Successful in 26s Details

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
bEn 2024-11-19 12:32:17 +01:00
parent 8fd3c95684
commit ed4708bee9
1 changed files with 15 additions and 0 deletions

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;
}