Fix horizontal wrapper on mobile
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 8px;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.primary-action {
|
||||
@@ -22,3 +23,9 @@
|
||||
text-decoration-line: unset;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 768px) {
|
||||
.horizontal-wrapper {
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user