Team:Heidelberg/css/frontpage
From 2014.igem.org
(Difference between revisions)
(Created page with ".jumbotron-special { margin-bottom: 0; background-color: red; } #front-nav { position: fixed; right: 0; width: 50%; overflow: visible; z-index: 1030; margin:...") |
|||
Line 1: | Line 1: | ||
.jumbotron-special { | .jumbotron-special { | ||
margin-bottom: 0; | margin-bottom: 0; | ||
- | + | height: 90vh; | |
} | } | ||
Revision as of 23:56, 19 September 2014
.jumbotron-special {
margin-bottom: 0;
height: 90vh; }
- front-nav {
position: fixed; right: 0; width: 50%; overflow: visible; z-index: 1030; margin: 33px 51px;
}
- front-nav > nav {
position:absolute; left:0;
}
- front-nav > nav > ul {
position:absolute; right:0; list-style-type: none; margin: 0; padding-right: 10px;
}
- front-nav > nav > ul > li {
display: inline;
}
- front-nav > nav > ul > li img {
height:60px;
}
- front-nav > nav {
width: 100%;
}
@media (min-width: 768px)
#front-nav > nav { width: 375px; }
}
@media (min-width: 992px) {
#front-nav > nav { width: 485px; }
}
@media (min-width: 1200px) {
#front-nav > nav { width: 585px; }
}