Adapt the blog article look to mathc the main page
Jekyll / jekyll (pull_request) Successful in 26s
Details
Jekyll / jekyll (pull_request) Successful in 26s
Details
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
8fd3c95684
commit
ed4708bee9
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue