c3d2-web/content/static/datenspuren/2014/css/mob.css
2014-05-26 19:16:50 +02:00

23 lines
279 B
CSS

/* mobile dev */
@media only screen and (max-device-width: 480px){
body>div{
width:100%;
}
h1,footer{
display: none;
}
header{
margin: 0.5em auto 3em;
}
section{
margin: 2em auto 6em;
}
nav{
position: relative;
}
nav > a.sec > li {
font-size: 0.7em;
}
}