Increased legibility by limiting size of text column
Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
@ -88,7 +88,7 @@ $navbarHeight: 58px;
|
||||
}
|
||||
|
||||
.card.sidebar {
|
||||
width: 20rem;
|
||||
// width: 20rem;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
@ -109,6 +109,15 @@ blockquote {
|
||||
}
|
||||
}
|
||||
|
||||
// limit width of article to optimise reading experience
|
||||
@include media-breakpoint-up(md) {
|
||||
article {
|
||||
width: 550px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
}
|
||||
|
||||
// map of election district feature
|
||||
|
||||
#election_map svg {
|
||||
|
||||
Reference in New Issue
Block a user