this commit is an attempt to make conv items better scalable on smaller screens. also save some horizontal space.

This commit is contained in:
marijus
2014-03-10 17:17:49 +01:00
parent a5cb47c3d2
commit 34fd387438
9 changed files with 45 additions and 43 deletions

View File

@@ -7,6 +7,10 @@
/* generals */
html {
height: 100%;
}
body {
font-family: arial,freesans,sans-serif;
font-size: $body_font_size;
@@ -16,6 +20,7 @@ body {
background-size: cover;
color: $font_colour;
margin: 0px;
height: 100%;
}
.jslider {
font-family: arial,freesans,sans-serif;