mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-09 09:18:31 +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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user