fix: responsive fixes
This commit is contained in:
parent
bcdfb3c0fd
commit
fd8d2641b9
5 changed files with 24 additions and 2 deletions
|
|
@ -10,6 +10,10 @@
|
|||
box-sizing: border-box;
|
||||
max-width: v.$max_content_width;
|
||||
}
|
||||
|
||||
@media (max-width: v.$bp_mobile) {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.full-section__content {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue