mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-07-16 11:41:27 +00:00
fix responsive for mobile
This commit is contained in:
parent
991fe86113
commit
8bf4d857ed
@ -74,3 +74,19 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.home {
|
||||
.book-search {
|
||||
width: unset;
|
||||
}
|
||||
|
||||
.section-cards-container {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.user-card {
|
||||
margin: 8px 0;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user