mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-09 17:18:33 +01:00
mobile display css
This commit is contained in:
@@ -11,6 +11,14 @@ body {
|
||||
#background: linear-gradient(30deg, rgba(255,255,255,1) 0%, rgba(105,154,194,1) 35%, rgba(105,154,194,1) 78%, rgba(255,255,255,1) 100%);
|
||||
}
|
||||
|
||||
.no-mobile-display{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.mobile-display{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.flex-dir{
|
||||
flex-direction: row-reverse;
|
||||
}
|
||||
@@ -59,6 +67,12 @@ body {
|
||||
body {
|
||||
font-size: 25px;
|
||||
}
|
||||
.mobile-display{
|
||||
display: block;
|
||||
}
|
||||
.no-mobile-display{
|
||||
display: none;
|
||||
}
|
||||
.ths-box {
|
||||
margin-right: 0px !important;
|
||||
margin-left: 0px !important;
|
||||
|
||||
Reference in New Issue
Block a user