diff --git a/styles/Index.module.css b/styles/Index.module.css index 58faf2d..951159e 100644 --- a/styles/Index.module.css +++ b/styles/Index.module.css @@ -87,8 +87,23 @@ .gallery > img { width: 100%; + height: auto; } .gallery > img:hover { transform: scale(2); +} + +@media(max-width:768px) { + .page { + width: 100%; + } + + .content { + margin: 0 10px; + } + + .main { + flex-direction: column; + } } \ No newline at end of file