1
0
Fork 0

mobile header smaller

This commit is contained in:
maltejur 2020-10-29 19:11:56 +01:00
parent 8e4e38ee49
commit 7a7ce6ce0c

View file

@ -266,7 +266,7 @@ iframe {
}
}
@media only screen and (max-width: 400px) {
@media only screen and (max-width: 600px) {
.grid {
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
@ -293,6 +293,34 @@ iframe {
height: calc(100% - 4em) !important;
padding-top: 4em !important;
}
#header h1 {
font-size: 20px;
left: 30px;
top: 9px;
}
#header nav {
position: fixed;
top: 25px;
right: 55px;
}
#header nav a {
font-size: 16px;
margin-left: 15px;
}
.welle-l {
height: 20px;
top: 33px;
width: calc(100vw - 60px);
}
.welle-r {
height: 20px;
width: 60px;
top: 33px;
}
}
table {