diff --git a/index.html b/index.html index 568e39e..d3ab69f 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@

reiyua

-

rei@reiyua.lol

+

20 year old gamer and qualified IT Guru.

@@ -31,6 +31,12 @@ + + + + + +
diff --git a/styles.css b/styles.css index f15cf7f..b8ce52f 100644 --- a/styles.css +++ b/styles.css @@ -33,7 +33,7 @@ h1 { color: #ffffff; } -.email { +.tagline { font-size: 1.2em; margin-top: 10px; color: #ffffff; @@ -70,14 +70,17 @@ h1 { height: 50px; object-fit: contain; transition: transform 0.3s ease; + margin-left: 0; + margin-right: 0; } .social-logo.github-logo { - width: 90px; /* Increase the size of the GitHub logo slightly */ - height: 90px; - margin-left: -30px; + width: 60px !important; + height: 60px !important; } -.social-logo:hover { - transform: scale(1.2); -} +.social-logo.x-logo, +.social-logo.email-logo { + width: 50px; + height: 50px; +} \ No newline at end of file