Toward the minimal mockup #13
|
@ -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