Skip to content

Commit

Permalink
change mobile min width
Browse files Browse the repository at this point in the history
  • Loading branch information
lvn committed Jan 22, 2015
1 parent 60d7615 commit 595881f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ a:visited {
text-align: center;
}

@media (min-width: 769px) {
@media (min-width: 1101px) {
.infobox {
flex: 1 0 0;
}
Expand All @@ -129,7 +129,7 @@ a:visited {
}
}

@media (max-width: 768px) {
@media (max-width: 1100px) {
.infobox-container {
display: flex;
justify-content: center;
Expand Down

0 comments on commit 595881f

Please sign in to comment.