2
0

Make two site look better on lower resolutions.

This commit is contained in:
Maarten Billemont
2012-03-02 20:50:57 +01:00
parent ac735f3ccb
commit d34ec96b94
3 changed files with 32 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ body {
color: black;
font: 120% Exo, sans-serif;
font: 105% Exo, sans-serif;
font-weight: 100;
}
h1, h2, h3, h4 {
@@ -79,7 +79,7 @@ header {
box-shadow: 0 0 50px #666;
margin: 0 0 5em;
padding: 0 0 1em;
padding: 1em 0;
text-align: center;
}
@@ -90,7 +90,8 @@ header h1 {
font-size: 350%;
}
header .logo {
width: 200px;
height: 128px;
vertical-align:middle;
}
header .divider {
position: absolute;
@@ -200,6 +201,17 @@ a.next:after {
content: " >";
}
#ribbon {
background: url("../img/ribbon-join-beta.png");
display: block;
position: absolute;
left: 0;
margin-top: -5em;
width: 184px;
height: 184px;
}
#frontpage .sidebox {
margin-top: -50px;
}