diff --git a/index.html b/index.html index e7adf36..9800a0f 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@ - + @@ -49,7 +49,7 @@ Design Confidently Get Started - + diff --git a/style.css b/style.css index c2854c6..feea070 100644 --- a/style.css +++ b/style.css @@ -127,18 +127,18 @@ ul { /* nav bar */ .main-nav { - margin-top: 40px; + margin-top: 10px; justify-content: space-between; - - position: fixed; top: 0; width: 100%; padding: 10px 0; - margin-left: 50px; - + margin-left: 100px; background-color: #ccc } +.main-img { + margin-top: 30px; +} .company-logo img { width: 200px; @@ -451,4 +451,3 @@ button { margin-top: 10px; } -