Responzivita podle nového návrhu
parent
99a6cc2e88
commit
11e28e6450
@ -0,0 +1,49 @@
|
|||||||
|
@media screen and (max-width: 800px) {
|
||||||
|
|
||||||
|
nav {
|
||||||
|
div.background { width: 100%; }
|
||||||
|
div.list { text-align: center; }
|
||||||
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
h1 { display: none; }
|
||||||
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
|
||||||
|
section.meta {
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
|
img {
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0;
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
section.software {
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
|
.program { width: 100%; }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
body.index {
|
||||||
|
background-position: -10vw -60vw;
|
||||||
|
background-size: 180vw auto;
|
||||||
|
|
||||||
|
main {
|
||||||
|
flex-direction: column;
|
||||||
|
|
||||||
|
section, aside { max-width: 100%; }
|
||||||
|
aside {
|
||||||
|
margin-top: 1em;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
a { padding: .6em 0; }
|
||||||
|
}
|
||||||
|
h2 { margin-top: 0; }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Reference in New Issue