From 5f745d5012c183a9eba0a2653fc48c96822ed6d4 Mon Sep 17 00:00:00 2001 From: johanpq Date: Sun, 12 Nov 2023 10:44:24 -0300 Subject: [PATCH 1/2] fixed li's to be on the center --- assets/css/mobilefirst/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 { From 4bbe417eedfd004cef18e974e28af247f010ec42 Mon Sep 17 00:00:00 2001 From: johanpq Date: Sun, 12 Nov 2023 10:44:34 -0300 Subject: [PATCH 2/2] fixed li's to be on the center --- assets/css/mediasqueries/style.css | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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 {