mobile header smaller
This commit is contained in:
parent
8e4e38ee49
commit
7a7ce6ce0c
1 changed files with 29 additions and 1 deletions
30
style.css
30
style.css
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue