mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 00:01:36 +01:00
improve spacing/sizes on very low resolutions
This commit is contained in:
@@ -68,3 +68,22 @@ html {
|
||||
.image-max-dimensions{
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
@media(max-width: 440px){
|
||||
.event-responsive{
|
||||
padding-left: 0;
|
||||
font-size: 5vw;
|
||||
}
|
||||
.date-responsive{
|
||||
margin-right: 4vw !important;
|
||||
}
|
||||
.container-responsive{
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
.mt-0-u440{
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -60,4 +60,10 @@
|
||||
|
||||
.switch-caption {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
|
||||
@media(max-width: 440px){
|
||||
.switch-caption{
|
||||
font-size: 7vw !important;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user