wrote up a better home page. assisted with ai, because my word vomit was shit
This commit is contained in:
+14
-11
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user