Poprawiono responsywność stylów w pliku SCSS, dodano centrowanie nagłówków oraz dostosowano szerokości kolumn dla mniejszych ekranów
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -4996,17 +4996,26 @@ p {
|
|||||||
|
|
||||||
@extend .top-bottom-margin;
|
@extend .top-bottom-margin;
|
||||||
|
|
||||||
div[class^='col-']:first-child {
|
h4 {
|
||||||
display: flex;
|
@include respond-below(sm) {
|
||||||
align-items: flex-start;
|
text-align: center;
|
||||||
flex-wrap: wrap;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: center;
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
@extend .title2;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.col-xs-6 {
|
||||||
|
@include respond-below(sm) {
|
||||||
|
width: 33%;
|
||||||
|
max-width: 33%;
|
||||||
|
}
|
||||||
|
|
||||||
|
@include respond-below(xs) {
|
||||||
|
width: 50%
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
@extend .title2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.box17 {
|
.box17 {
|
||||||
|
|||||||
Reference in New Issue
Block a user