From bca64b7c71d9650b6ac0e0c59aa99c9f1b5f3ead Mon Sep 17 00:00:00 2001 From: Ruben Date: Sun, 5 Nov 2023 01:03:06 -0500 Subject: [PATCH] halo save point ass commit --- index.html | 15 ++++++++------- style.css | 19 +++++++++++++------ 2 files changed, 21 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 1ce8392..8ab9a89 100644 --- a/index.html +++ b/index.html @@ -14,15 +14,16 @@
-
-
my profile picture, which is most likely a grey yoshi
-
- -
+
+
+
my profile picture, which is most likely a grey yoshi
+

hey, i'm ruben.

welcome to my site.

- ~/links ~/about-me ~/fun-facts -
+ +
diff --git a/style.css b/style.css index fa21b83..7808278 100644 --- a/style.css +++ b/style.css @@ -61,6 +61,7 @@ html { font-weight: bold; font-style: italic; } +/* -- font nuts -- */ /* -- pixelated border radius -- */ .pixel-corners, @@ -332,7 +333,7 @@ a { background-color: var(--bg); } -.intro-text, .links-n-socials, .about-me, .fun-facts { +.intro-info, .links-n-socials, .about-me, .fun-facts { flex-direction: column; } @@ -349,7 +350,7 @@ a { height: 150px; } -.intro-text { +.intro-info { text-align: center; transform: translateY(4%) } @@ -360,11 +361,17 @@ a { /* -- end of styling the rest of the elements -- */ /* -- shirnk cards if screen is small -- */ -@media screen and (max-width: 600px) { +@media screen and (max-width: 800px) { .main { - width: 100%; - max-width: 90%; - transform: translate(4%, -3%); + width: 100%; + max-width: 90%; + transform: translate(4%, -3%); + } + + .pfp, .intro-box { + display: grid; + justify-content: center; + align-content: center; } } /* -- yea -- */ \ No newline at end of file