Updated "about" page

This commit is contained in:
2025-02-05 17:58:42 +00:00
parent 19317688ba
commit 2798103e4d
2 changed files with 100 additions and 29 deletions

View File

@@ -22,8 +22,14 @@ menu,
ol,
ul {
list-style-type: none;
list-style-position: inside;
margin: 0;
padding: 0;
font-size: 18pt
}
li {
padding-bottom: 24px
}
h1 {
@@ -42,6 +48,15 @@ label {
line-height: 1.5;
}
h3 {
font-family: "Assistant";
font-style: italic;
color: #B6B6B6;
font-size: 24pt;
padding-bottom: 2px;
line-height: 1.5;
}
label {
font-size: 1.75rem;
}
@@ -61,9 +76,15 @@ p {
font-size: 28pt;
}
h3,
p {
font-size: 18pt;
}
ol,
ul {
font-size: 16pt;
}
}
@media (max-width: 420px) {
@@ -75,9 +96,15 @@ p {
font-size: 24pt;
}
h3,
p {
font-size: 16pt;
}
ol,
ul {
font-size: 14pt;
}
}
@media (max-width: 380px) {
@@ -89,7 +116,13 @@ p {
font-size: 24pt;
}
h3,
p {
font-size: 16pt;
}
ol,
ul {
font-size: 14pt;
}
}