diff --git a/index.html b/index.html index f805f8c..34ca597 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@
-
+
logo diff --git a/style.css b/style.css index 5c7b457..b037765 100644 --- a/style.css +++ b/style.css @@ -38,12 +38,6 @@ } /* header */ -.container-full{ - max-width: 1320px; - padding: 0px 12px; - margin: 0 auto; -} - .header-content{ justify-content: space-between; align-items: center; @@ -72,25 +66,27 @@ } @media (max-width:576px){ - .container-full{ - padding: 0px; - } - .header-content{ - flex-direction: column; - align-items: start; - } - .header-img img{ - padding: 12px; - } - .header-list{ - flex-wrap:wrap; - width: 100%; - } - .header-list .item{ - font-size: 16px; - border: 1px solid #FFF; - padding: 12px 0px 12px 0px; - width: 50%; + .header{ + .container{ + padding: 0px; + } + .header-content{ + flex-direction: column; + align-items: start; + } + .header-img img{ + padding: 12px; + } + .header-list{ + flex-wrap:wrap; + width: 100%; + } + .header-list .item{ + font-size: 16px; + border: 1px solid #FFF; + padding: 12px 0px 12px 0px; + width: 50%; + } } }