about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/single_column.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-07-18 14:32:45 +0200
committerThibG <thib@sitedethib.com>2019-07-18 20:55:38 +0200
commitfabfa90e6cf7e20b3bb81213a2a388e1386c9c04 (patch)
tree8ec685f73a05a0c9472c52fc927009801facba45 /app/javascript/flavours/glitch/styles/components/single_column.scss
parent20520e6158aaa732c6166ec8e6461d08a081e7c6 (diff)
Make width breakpoint for removing margins consistent and match upstream
Fixes #1136
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/single_column.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/single_column.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/single_column.scss b/app/javascript/flavours/glitch/styles/components/single_column.scss
index e0f3d62a7..83c5d351b 100644
--- a/app/javascript/flavours/glitch/styles/components/single_column.scss
+++ b/app/javascript/flavours/glitch/styles/components/single_column.scss
@@ -98,7 +98,7 @@
     top: 15px;
   }
 
-  @media screen and (min-width: 360px) {
+  @media screen and (min-width: $no-gap-breakpoint) {
     padding: 10px 0;
   }
 
@@ -184,7 +184,7 @@
   }
 }
 
-@media screen and (min-width: 360px) {
+@media screen and (min-width: $no-gap-breakpoint) {
   .tabs-bar {
     margin: 10px auto;
     margin-bottom: 0;