diff --git a/assets/_home.scss b/assets/_home.scss index af4d698..0c2a504 100644 --- a/assets/_home.scss +++ b/assets/_home.scss @@ -73,4 +73,20 @@ } } +} + +@media (max-width: 768px) { + .home { + .book-search { + width: unset; + } + + .section-cards-container { + flex-direction: column; + } + + .user-card { + margin: 8px 0; + } + } } \ No newline at end of file