diff options
| author | horus | 2020-09-18 19:42:40 +0200 |
|---|---|---|
| committer | horus | 2020-09-18 19:42:40 +0200 |
| commit | 3f0368713366cfb619fa7ef18a873c09925dafab (patch) | |
| tree | 41319391c70219e0601b9124188e9dad913043d0 /public/css | |
| parent | 0d19fa70cebe831cdbc2a899ef786b3bc040825f (diff) | |
| download | senpai-3f0368713366cfb619fa7ef18a873c09925dafab.tar.gz | |
make it more mobile friendly
Diffstat (limited to 'public/css')
| -rw-r--r-- | public/css/app.css | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/public/css/app.css b/public/css/app.css index c4b929a..7fe76d6 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -10915,3 +10915,29 @@ body { background-color: rgba(255, 255, 255, 0.5); } +.float-left-xl { + float: left !important; +} + +/*@media( max-width: 768px ) {*/ + +@media (max-width: 500px) { + .hide-sm { + display: none; + } + + .float-left-xl { + float: inherit !important; + } + + .hide-synopsis-sm { + display: none; + } + + .hide-synopsis-sm::after { + display: block; + clear: both; + content: ""; + } +} + |
