diff --git a/index.html b/index.html
index 1ce8392..8ab9a89 100644
--- a/index.html
+++ b/index.html
@@ -14,15 +14,16 @@
-
-
-
+
+
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