Toward the minimal mockup #13
|
@ -45,6 +45,7 @@ body {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
height: 13em;
|
height: 13em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature__item .archive__item-title {
|
.feature__item .archive__item-title {
|
||||||
|
@ -85,6 +86,7 @@ body {
|
||||||
#blog {
|
#blog {
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.entries-grid {
|
.entries-grid {
|
||||||
|
@ -97,6 +99,7 @@ body {
|
||||||
.grid__item {
|
.grid__item {
|
||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
padding: 0.5em;
|
padding: 0.5em;
|
||||||
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.grid__item .archive__item-title {
|
.grid__item .archive__item-title {
|
||||||
|
|
Loading…
Reference in New Issue