diff --git a/assets/css/mediasqueries/style.css b/assets/css/mediasqueries/style.css index 3f769df..1e70590 100644 --- a/assets/css/mediasqueries/style.css +++ b/assets/css/mediasqueries/style.css @@ -2,10 +2,6 @@ /*-----TABLET-----*/ @media screen and (min-width: 740px) { - body { - - } - header { background-size: auto; height: 500px; @@ -33,6 +29,10 @@ border-radius: 40%; } + main { + height: 1000px; + } + .images { height: 300px; width: 300px; @@ -83,11 +83,6 @@ color: rgba(255, 255, 255, 0.562); font-size: 2.3em; list-style: none; - text-align: center; - } - - li { - text-align: center; } svg { diff --git a/assets/css/mobilefirst/style.css b/assets/css/mobilefirst/style.css index 607a3b7..a971bdc 100644 --- a/assets/css/mobilefirst/style.css +++ b/assets/css/mobilefirst/style.css @@ -93,10 +93,7 @@ ul { color: rgba(255, 255, 255, 0.562); font-size: 1.5em; list-style: none; -} - -li { - text-align: center; + align-self: center; } svg {