Smooth the edges same as the blog teasers
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
5c00ced9a6
commit
7ace592d9f
|
@ -45,6 +45,7 @@ body {
|
|||
background-color: #eee;
|
||||
height: 13em;
|
||||
margin-bottom: 1em;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.feature__item .archive__item-title {
|
||||
|
@ -85,6 +86,7 @@ body {
|
|||
#blog {
|
||||
margin-top: 2em;
|
||||
background-color: #eee;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.entries-grid {
|
||||
|
@ -97,6 +99,7 @@ body {
|
|||
.grid__item {
|
||||
background-color: #ccc;
|
||||
padding: 0.5em;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.grid__item .archive__item-title {
|
||||
|
|
Loading…
Reference in New Issue