aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/application.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 9aef0c56d..2e1e5bf65 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -111,6 +111,10 @@ label {
111 &:hover, &:active, &:focus { 111 &:hover, &:active, &:focus {
112 color: #000; 112 color: #000;
113 } 113 }
114
115 @media screen and (max-width: 500px) {
116 margin-right: 20px;
117 }
114} 118}
115 119
116.admin-sub-header { 120.admin-sub-header {