From 4c5ba7b6bbe95ffdaf98930c9466b32bf0576995 Mon Sep 17 00:00:00 2001
From: weru <fromweru@gmail.com>
Date: Sat, 05 Dec 2020 19:55:14 +0000
Subject: [PATCH] update styles

---
 assets/sass/_utils.sass |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/assets/sass/_utils.sass b/assets/sass/_utils.sass
index ab7e3a5..54b9b61 100644
--- a/assets/sass/_utils.sass
+++ b/assets/sass/_utils.sass
@@ -59,4 +59,13 @@
     display: inline-block
     transform-origin: 50% 50%
     transform: scale(1.2)
-    cursor: pointer
\ No newline at end of file
+    cursor: pointer
+
+.scrollable
+  width: 100%
+  overflow-x: hidden
+  max-width: calc(100vw - 48px)
+  @media screen and (min-width: 768px)
+    max-width: 100%
+  &:hover
+    overflow-x: auto
\ No newline at end of file

--
Gitblit v1.10.0