From 3f0368713366cfb619fa7ef18a873c09925dafab Mon Sep 17 00:00:00 2001 From: horus Date: Fri, 18 Sep 2020 19:42:40 +0200 Subject: make it more mobile friendly --- public/css/app.css | 26 ++++++++++++++++++++++++++ public/img/sakamoto-mobile.jpg | Bin 0 -> 30942 bytes 2 files changed, 26 insertions(+) create mode 100644 public/img/sakamoto-mobile.jpg (limited to 'public') 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: ""; + } +} + diff --git a/public/img/sakamoto-mobile.jpg b/public/img/sakamoto-mobile.jpg new file mode 100644 index 0000000..5d055f8 Binary files /dev/null and b/public/img/sakamoto-mobile.jpg differ -- cgit v1.2.3