mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-07 16:41:35 +01:00
more fancy shit
This commit is contained in:
@@ -15,6 +15,13 @@ body {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
.mobile-only{
|
||||
display: none;
|
||||
}
|
||||
.desktop-only{
|
||||
display: block;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
body {
|
||||
font-size: 25px;
|
||||
@@ -22,6 +29,12 @@ body {
|
||||
.flag{
|
||||
margin-left: unset;
|
||||
}
|
||||
.mobile-only{
|
||||
display: block;
|
||||
}
|
||||
.desktop-only{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
|
||||
Reference in New Issue
Block a user