From 66dedf660df8f2089e45c71aafd34a32297d3d92 Mon Sep 17 00:00:00 2001 From: KrisDaskalov <82465056+KrisDaskalov@users.noreply.github.com> Date: Fri, 9 Feb 2024 11:21:55 +0200 Subject: [PATCH] Cover and footer fixes - Fixed mainly overlapping text and icons from cover and footer --- CONTRIBUTORS.md | 5 +++-- index.html | 27 +++++++++++++-------------- modified_homepage_css.css | 29 +++++++++++++++++++++++++++++ resources/style/style.css | 1 + 4 files changed, 46 insertions(+), 16 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index b1fe52e..8fe71d5 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -98,6 +98,8 @@ [@Ram-1984](https://github.com/Ram-1984) +[@KrisDaskalov](https://github.com/KrisDaskalov) + [@CTMBeast](https://github.com/CTMBeast) [@AmrithaM](https://github.com/AmrithaM) @@ -280,6 +282,5 @@ [@RedNoodle325](https://github.com/RedNoodle325) -[@bunnyBites](https://github.com/bunnyBites) --[@Vigneshwaar](https://github.com/V6g1) +[@bunnyBites](https://github.com/bunnyBites) -[@Vigneshwaar](https://github.com/V6g1) [@proton029](https://github.com/proton029) diff --git a/index.html b/index.html index 479c9b4..c3b5794 100644 --- a/index.html +++ b/index.html @@ -115,8 +115,8 @@

-

- Zero To Mastery +

+ Zero To Mastery

View @@ -413,23 +413,22 @@

Our grateful student diff --git a/modified_homepage_css.css b/modified_homepage_css.css index c030e3f..1f09ae4 100644 --- a/modified_homepage_css.css +++ b/modified_homepage_css.css @@ -61,4 +61,33 @@ nav { background-color: #081020c7; color: #fff; transform: scale(1.2); +} + +/* COVER */ +.ZTM { + padding: 30px; + line-height: 0.8; +} + +@media only screen and (max-width: 600px) { + .ZTM { + font-size: 4rem; + padding 0; + + } + +} + +/* FOOTER */ +.share{ + padding: 20px; + line-height: 0.8; +} + +.rights{ + padding: 10px; +} + +.git{ + padding: 0px 0px 10px 0px; } \ No newline at end of file diff --git a/resources/style/style.css b/resources/style/style.css index 890f915..ebdc27e 100644 --- a/resources/style/style.css +++ b/resources/style/style.css @@ -401,6 +401,7 @@ nav.navbar button.navbar-toggler { .a2a_button_twitter, .a2a_button_email, .a2a_button_whatsapp, +.a2a_button_git, .a2a_button_phone{ margin: 10px; text-align: center;