fix: responsive fixes
This commit is contained in:
parent
bcdfb3c0fd
commit
fd8d2641b9
5 changed files with 24 additions and 2 deletions
|
|
@ -51,6 +51,10 @@
|
|||
align-items: center;
|
||||
flex-direction: column;
|
||||
padding: 0 20px;
|
||||
|
||||
@media (max-width: v.$bp_mobile) {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.contact-method__name {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue