Skip to content

Commit 9d74549

Browse files
committed
fix responsiveness mobile
1 parent 323ef64 commit 9d74549

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

laia-es.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,9 @@
208208
transform: translateX(0);
209209
}
210210
@media (max-width: 767px) {
211-
.laia-section {
212-
flex-direction: column;
211+
.laia-section,
212+
.laia-section:nth-child(even) {
213+
flex-direction: column !important;
213214
align-items: stretch;
214215
gap: 1rem;
215216
}

0 commit comments

Comments
 (0)