diff --git a/index.html b/index.html index 03dfd14..b8260cc 100644 --- a/index.html +++ b/index.html @@ -217,18 +217,19 @@

Achievement Skin Tone

-
-

Follow Me and Star this project

-

Hello everyone! This project was created to help and simplify how you can get your badges for your profile.
- This site was just another way to help you, if possible, I ask that you follow my github page and give this project a star to help reach more people in the dev community. ❤️ -

-
- -
-
-

MIT License - Copyright © 2024 Luis Henrique

-
-
+
+

Follow Me and Star this project

+

Hello everyone! This project was created to help and simplify how you can get your badges for your profile.
+ This site was just another way to help you, if possible, I ask that you follow my github page and give this project a star to help reach more people in the dev community. ❤️ +

+
+ +
+ +
+
+

MIT License - Copyright © 2024 Luis Henrique

+
diff --git a/style.css b/style.css index 0f4dcad..eddc17a 100644 --- a/style.css +++ b/style.css @@ -151,6 +151,12 @@ h1 { font-size: 30px; } +.final-follow { + justify-content: center; + align-items: center; + text-align: center; +} + .final-follow h1 { font-size: 38px; margin-top: 100px; } @@ -192,12 +198,15 @@ h1 { .license p { margin-bottom: 30px; + margin-top: 30px; + } @media only screen and (max-width: 650px) { h1 { font-size: 35px; + } .icons-area, .icons-area-tiers, .icons-area-skin, .icons-area-unreachable { @@ -209,40 +218,28 @@ h1 { } - .final-follow h1 { - font-size: 35px; - } - - - .more { - font-size: 20px; - } - } @media only screen and (max-width: 450px) { h1 { - font-size: 25px; - display: grid; + font-size: 22px; + } .more { - font-size: 15px; + font-size: 20px; } + p { font-size: 15px; } - .final-follow h1 { - font-size: 25px; + .icons-area img, .icons-area-tiers img, .icons-area-unreachable img, .icons-area-skin img { + width: 80px; } - .final-follow p { + .license p { font-size: 15px; - margin-top: 50px; - } - .icons-area img, .icons-area-tiers img, .icons-area-unreachable img, .icons-area-skin img { - width: 80px; } } \ No newline at end of file