Increased click distance between footer elements
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -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
|
// limit width of article to optimise reading experience
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
article, .index {
|
article, .index {
|
||||||
|
|||||||
Reference in New Issue
Block a user