aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--assets/css/style.css4
-rw-r--r--index.html6
2 files changed, 5 insertions, 5 deletions
diff --git a/assets/css/style.css b/assets/css/style.css
index 5b59e26..c77ee98 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -97,6 +97,6 @@ a:hover {
-webkit-text-fill-color: transparent;
}
-#name {
- font-size: 12px; !important;
+.name {
+ font-size: 12px;
} \ No newline at end of file
diff --git a/index.html b/index.html
index 5a5be67..98ad435 100644
--- a/index.html
+++ b/index.html
@@ -73,7 +73,7 @@
<h1>Team</h1>
<div class="Social">
<div class="marvin">
- <p id="name">Marvin Borner, Developer & Inventor</p>
+ <p class="name">Marvin Borner, Developer & Inventor</p>
<a href="https://marvinborner.me/" target="_blank"><img src="https://avatars3.githubusercontent.com/u/32108934" alt="Marvin Borner"></a>
<a href="https://instagram.com/marvinborner.me/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://t.me/marvinborner" target="_blank"><i class="fab fa-telegram-plane"></i></a>
@@ -82,7 +82,7 @@
</div>
<hr>
<div class="marco">
- <p id="name">Marco Alexander Fischer, Web Developer</p>
+ <p class="name">Marco Alexander Fischer, Web Developer</p>
<a href="https://www.marcoalexanderfischer.de/" target="_blank"><img src="https://avatars0.githubusercontent.com/u/33265753" alt="Marco Alexander Fischer"></a>
<a href="https://instagram.com/hyteyt_marco/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://t.me/hyteyt" target="_blank"><i class="fab fa-telegram-plane"></i></a>
@@ -91,7 +91,7 @@
</div>
<hr>
<div class="aakash">
- <p id="name">Aakash Pawar, Designer</p>
+ <p class="name">Aakash Pawar, Designer</p>
<a href="https://icarusap.site/" target="_blank"><img src="https://icarusap.site/assets/images/Aakash_avatar.png" alt="Aakash Pawar"></a>
<a href="https://instagram.com/ic.a.r.us/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://t.me/IcarusAP" target="_blank"><i class="fab fa-telegram-plane"></i></a>