|
|
@ -1,15 +1,20 @@
|
|
|
|
@media screen and (max-width: 800px) {
|
|
|
|
@media screen and (max-width: 800px) {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body { font-size: 1.17em; }
|
|
|
|
|
|
|
|
|
|
|
|
nav {
|
|
|
|
nav {
|
|
|
|
div.background { width: 100%; }
|
|
|
|
div.background { width: 100%; }
|
|
|
|
div.list { text-align: center; }
|
|
|
|
div.list { text-align: center; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
header {
|
|
|
|
header {
|
|
|
|
|
|
|
|
padding: 1em;
|
|
|
|
|
|
|
|
|
|
|
|
h1 { display: none; }
|
|
|
|
h1 { display: none; }
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
main {
|
|
|
|
main {
|
|
|
|
|
|
|
|
padding: 1em;
|
|
|
|
|
|
|
|
|
|
|
|
section.meta {
|
|
|
|
section.meta {
|
|
|
|
flex-direction: column;
|
|
|
|
flex-direction: column;
|
|
|
|