Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Commit

Permalink
Fixed font sizing in announcements
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmh committed Aug 21, 2017
1 parent 885963c commit 5d763e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -522,9 +522,9 @@ body.no-scroll {
}
}

@media (min-width: 2000px) {
@media (min-width: 1600px) {
.front-announcement {
font-size: 2.6em;
font-size: 2em;
}
}

Expand All @@ -535,6 +535,7 @@ body.no-scroll {
.front-announcement-content {
margin-bottom: 16px;
display: flex;
max-width: 768px;
justify-content: center;
flex-flow: nowrap column;
}
Expand Down

0 comments on commit 5d763e4

Please sign in to comment.