diff --git a/style.css b/style.css index 2ab4394..95962ca 100644 --- a/style.css +++ b/style.css @@ -1,5 +1,8 @@ main { margin-top: 60px; + display: flex; + flex-wrap: wrap; + justify-content: center; } main h1 { @@ -27,3 +30,14 @@ main p { font-family: "Roboto", sans-serif; margin-top: 0; } + + + + + +@media (max-width: 768px) { + main { + flex-direction: column; + align-itmes: center; + } +}