diff --git a/styles.css b/styles.css index 1428fe0..809dd75 100644 --- a/styles.css +++ b/styles.css @@ -27,7 +27,7 @@ a{ } .header{ background-color: #1f2937; - padding: 0 6%; + padding: 10px 6%; justify-content: space-between; min-height: 80px; position: sticky; @@ -221,4 +221,9 @@ a{ .cta-title{ font-size: 20px; } -} \ No newline at end of file +} +@media only screen and (max-width:480px) { + .header{ + flex-direction: column; + } +}