improved mobile padding

This commit is contained in:
Robert Clarke 2019-05-06 00:36:57 +00:00
parent bb48d3da34
commit e4b65d53a9
15 changed files with 216 additions and 2 deletions

View file

@ -42,13 +42,15 @@ body {
}
.article-subtitle {
//color: #909AA0;
margin-bottom: 3rem;
}
.article-footer,
.article-body {
margin: 2rem 6rem;
margin: 2rem 0;
@include desktop {
margin: 2rem 6rem;
}
}
.article-body {
@ -83,6 +85,8 @@ body {
.search-results {
display: none;
max-height: 35rem;
overflow: auto;
@include desktop {
position: absolute;