mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 15:28:12 +08:00
responsive fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
|
2
resources/scss/vendor/_bootstrap.scss
vendored
2
resources/scss/vendor/_bootstrap.scss
vendored
@@ -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';
|
||||
|
Reference in New Issue
Block a user