wrote up a better home page. assisted with ai, because my word vomit was shit

This commit is contained in:
2025-04-08 19:33:27 -06:00
parent 6b1abfbc8f
commit 4f0262aa89
4 changed files with 33 additions and 15 deletions
+14 -11
View File
@@ -27,28 +27,29 @@ textarea,
a,
.modal_button,
th,
td {
td,
li {
font-family: 'Hack Nerd Font Mono', Hack, sans-serif;
padding: 0;
margin: 0;
}
h1 {
font-size: 5vw;
}
h2 {
font-size: 4vw;
}
h3 {
font-size: 3vw;
}
h4 {
h2 {
font-size: 2.5vw;
}
h3 {
font-size: 2vw;
}
h4 {
font-size: 1.75vw;
}
h5 {
font-size: 1.5vw;
}
@@ -56,6 +57,7 @@ h5 {
p,
a,
label,
li,
.modal_button,
.button {
font-size: 1vw;
@@ -312,7 +314,8 @@ i:hover {
margin: 0 auto;
}
.article ul li {
.article ul li,
.article ol li {
margin-left: 50px;
}