undeed css

This commit is contained in:
Gaspard Jankowiak 2014-01-28 17:21:55 +01:00
commit 27eb552d08
3 changed files with 10 additions and 1 deletions

View file

@ -11,6 +11,7 @@ $links: #55f;
$rule: #999;
$width: 800px;
$small-width: 500px;
@import "compass/reset";
@import "compass/css3";
@ -78,6 +79,10 @@ li { margin-left: 1em; }
#foot_image { height: 150px; background-image: url('../images/antennes.png');
position: absolute; bottom: 0; width: 100%; }
@media (max-width: $small-width) {
.switcher { float: none; }
}
@media (max-width: $width) {
#outter-wrapper { width: 100%; }
header h1 { font-size: 1.2em; }