summaryrefslogtreecommitdiffstats
path: root/assets/sass/_sidebar.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/sass/_sidebar.scss')
-rw-r--r--assets/sass/_sidebar.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/sass/_sidebar.scss b/assets/sass/_sidebar.scss
index 8266125..b28a09b 100644
--- a/assets/sass/_sidebar.scss
+++ b/assets/sass/_sidebar.scss
@@ -5,6 +5,11 @@
padding: 1.5em 1em 1.5em 1em;
+ // different padding when screen size below width-md(768px)
+ @media screen and (max-width: $width-md){
+ padding: 1.5em 1.5em 1.5em 1.5em;
+ }
+
h5 {
font-size: $font-size-l3;
}