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';