optimize site for mobile

This commit is contained in:
Ulli Kehrle 2021-01-14 22:15:33 +01:00
parent 138a802f0b
commit 2fdabb3eb3
Signed by untrusted user: hrnz
GPG Key ID: 06E88726998AB3C7
1 changed files with 10 additions and 1 deletions

View File

@ -45,12 +45,21 @@
margin: 1em 0 0.5em;
}
.home-column{
//background:green;
flex: 1 1 20rem;
max-width: 30rem;
min-width: 20rem;
margin:0.8em;
}
@media screen and (max-width:60em){
.home-column {
flex: 1 1 15rem;
min-width: 15rem;
}
.tabbed-set label {
padding: .9375em .35em .78125em !important;
font-size: .6rem !important;
}
}
.home-middlething{
//background:yellow;
display:flex;