Increased click distance between footer elements
continuous-integration/drone/push Build is passing Details

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2019-06-08 18:15:12 +02:00
parent 455a910e39
commit 3023ddaa90
1 changed files with 15 additions and 0 deletions

View File

@ -108,6 +108,21 @@ blockquote {
}
}
// increase distance between clickable elements in footer
.md-up {
margin-top: 10px;
}
ul.nav li {
margin-left: 4px;
margin-right: 4px;
}
ul.list-unstyled li {
margin-top: 4px;
margin-bottom: 4px;
}
// limit width of article to optimise reading experience
@include media-breakpoint-up(md) {
article, .index {