undeed css
This commit is contained in:
parent
a971056d3a
commit
27eb552d08
3 changed files with 10 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue