about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--css/main.css10
-rw-r--r--log.html2
3 files changed, 6 insertions, 10 deletions
diff --git a/README b/README
index 463b876..c261afc 100644
--- a/README
+++ b/README
@@ -1,2 +1,2 @@
-This is the source code for my website. Currently It's just a few html files
-and one css file that I host as a static site on kinsta.
\ No newline at end of file
+This is the source code for my website. Currently It's just a few html
+files and one css file that I host as a static site on kinsta.
\ No newline at end of file
diff --git a/css/main.css b/css/main.css
index 1e6770a..5128a89 100644
--- a/css/main.css
+++ b/css/main.css
@@ -1,21 +1,19 @@
 @charset "utf-8";
 
 html, body{
-	font:400 11.6pt serif;
+	font:400 11.7pt serif;
 	background-color: #FFFEFC;
 	color: #0F0800;
 	margin:0;
-	padding:0;
 	height:100%;
-	min-height:100%;
-	position:relative
+	/*min-height:100%;*/
+	/*position:relative*/
 }
 
 h1{font-size:110%}
 h2{font-size:115%}
 h3{font-size:100%}
 
-
 p{width:80ch}
 
 a{color: #000077}
@@ -35,12 +33,10 @@ img{
 	color:#CCCCCC;
 	padding:10pt 20%
 }
-
 .head a{
 	color:#000055;
 	text-decoration:none
 }
-
 .head a:hover{background-color:#EFEFEF}
 
 .body{padding: 20pt 18% 60pt 18%}
diff --git a/log.html b/log.html
index 23e286f..14162b8 100644
--- a/log.html
+++ b/log.html
@@ -11,7 +11,7 @@
 
 <h2>Logs</h2>
 <h3>12/09/23</h3>
-<p>I just started my website on the 6th and so far the only pages are the
+<p>I just started my website on the 6th, I'm hosting it on kinsta and so far the only pages are the
 homepage, projects page, and this page. I also started to add some basic css
 and successfully got a working header and footer.</p>