From db61422446e0468f72c087b0ed5189351a4be973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szekeres=20Ba=CC=81lint?= Date: Sun, 18 Nov 2018 13:19:07 +0100 Subject: [PATCH] responsive fixes --- public/index.html | 8 ++++++-- resources/scss/_main.scss | 11 +++++++++++ resources/scss/vendor/_bootstrap.scss | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 1c8f185..3fb785b 100644 --- a/public/index.html +++ b/public/index.html @@ -209,15 +209,19 @@ -
+
+
+
+
+
@@ -306,7 +310,7 @@ -
+
diff --git a/resources/scss/_main.scss b/resources/scss/_main.scss index 007058f..c0fb0a0 100644 --- a/resources/scss/_main.scss +++ b/resources/scss/_main.scss @@ -119,6 +119,17 @@ section.tabs { .form-group { margin-bottom: 0.25rem; + @include media-breakpoint-only(xs) { + margin-bottom: 0.5rem; + } + + .col-form-label { + @include media-breakpoint-only(xs) { + font-weight: 700; + margin-bottom: -0.25rem; + } + } + .form-check { padding-top: 0.2rem; diff --git a/resources/scss/vendor/_bootstrap.scss b/resources/scss/vendor/_bootstrap.scss index 8185f99..b78a9c9 100644 --- a/resources/scss/vendor/_bootstrap.scss +++ b/resources/scss/vendor/_bootstrap.scss @@ -3,7 +3,7 @@ @import '../../../node_modules/bootstrap/scss/mixins'; // @import '../../../node_modules/bootstrap/scss/root'; @import '../../../node_modules/bootstrap/scss/reboot'; -// @import '../../../node_modules/bootstrap/scss/type'; +@import '../../../node_modules/bootstrap/scss/type'; // @import '../../../node_modules/bootstrap/scss/images'; @import '../../../node_modules/bootstrap/scss/code'; @import '../../../node_modules/bootstrap/scss/grid';