Browse Source

font stuff

simon 1 year ago
parent
commit
1ac78dd2d8

+ 1 - 1
src/components/aboutme.astro

@@ -16,7 +16,7 @@
       <textarea
         readonly
         id="text20"
-        style="font-size: 25px; resize: none; padding: 10px; height: 37vh;"
+        style="font-size: 22px; resize: none; padding: 10px; height: 25vh; font-"
         >I'm Simon, a self taught programmer 
         
 My programming skills include proficiency in Javascript, Typescript, Html, and CSS 

+ 1 - 1
src/components/contact.astro

@@ -16,7 +16,7 @@
 			<textarea
           readonly
           id="text20"
-          style="font-size: 25px; resize: none; padding: 10px;"
+          style="font-size: 22px; resize: none; padding: 10px;"
           >Email : simon@simo.ng
 Discord : s1monlol</textarea>
 		</div>

+ 1 - 1
src/components/projects/notion.astro

@@ -15,7 +15,7 @@
 			<!-- prettier-ignore -->
 			<div
         id="text20"
-        style="font-size: 25px; resize: none; padding: 10px; height:90%; overflow-y: hidden; padding-top: 0px; padding-bottom: 20px;"
+        style="font-size: 22px; resize: none; padding: 10px; height:90%; overflow-y: hidden; padding-top: 0px; padding-bottom: 20px;"
         >
 		<a href="https://github.com/S1monlol/notionCanvas"><h1 style="width: fit-content;"><i><u><b>Notion Canvas</b></u></i></h1></a>
 

+ 1 - 1
src/components/projects/summize.astro

@@ -19,7 +19,7 @@ import summizeExample from "../../assets/summizeExample.png";
 			<!-- prettier-ignore -->
 			<div
         id="text20"
-        style="font-size: 25px; resize: none; padding: 10px; height:90%; overflow-y: auto; padding-top: 0px;" 
+        style="font-size: 22px; resize: none; padding: 10px; height:90%; overflow-y: auto; padding-top: 0px;" 
         >
 		<a href="https://github.com/S1monlol/summize"><h1 style="width: fit-content;"><i><u><b>Summize - A Youtube Video Summarizer</b></u></i></h1></a>
 		<img src={summizeExample.src}>

+ 1 - 1
src/components/redirect.astro

@@ -43,6 +43,6 @@
 
 	h2 {
 		margin-bottom: 10px;
-		font-size: 20px;
+		font-size: 22px;
 	}
 </style>