responsive fixes

This commit is contained in:
Szekeres Bálint
2018-11-18 13:19:07 +01:00
parent ebf4210e6f
commit db61422446
3 changed files with 18 additions and 3 deletions

View File

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