summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/css/app.css26
-rw-r--r--public/img/sakamoto-mobile.jpgbin0 -> 30942 bytes
2 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: "";
+ }
+}
+
diff --git a/public/img/sakamoto-mobile.jpg b/public/img/sakamoto-mobile.jpg
new file mode 100644
index 0000000..5d055f8
--- /dev/null
+++ b/public/img/sakamoto-mobile.jpg
Binary files differ