fix: responsive fixes
This commit is contained in:
parent
bcdfb3c0fd
commit
fd8d2641b9
5 changed files with 24 additions and 2 deletions
|
|
@ -2,6 +2,11 @@
|
|||
|
||||
.flex-section {
|
||||
margin: 48px 95px;
|
||||
|
||||
@media (max-width: v.$bp_mobile) {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.flex-section__title {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue