Skip to content

Commit

Permalink
Merge branch 'patch-1' of https://github.com/kvnol/scala_school into …
Browse files Browse the repository at this point in the history
…small-screens
  • Loading branch information
benpence committed Sep 19, 2016
2 parents 9611794 + 1884850 commit 19396a6
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions web/queries.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
@media screen and (max-width: 1024px) {
dl dd {
margin-bottom: 18px;
}
div.container {
width: 90%;
}
.row .span8,
.row .span6 {
float: none;
width: 100%;
margin-left: 0;
}
}

0 comments on commit 19396a6

Please sign in to comment.