Adjust font size

This commit is contained in:
Kaisaan 2024-06-19 23:44:20 -04:00
parent 0e5073bc1f
commit f6be04d4d2

View File

@ -23,7 +23,7 @@ body {
background-color: #EFEFEF;
margin: 0;
padding: 0;
font-size: 100%;
font-size: 10px;
}
p, h1, h2 {
@ -31,11 +31,11 @@ p, h1, h2 {
}
p {
font-size: 1em;
font-size: 2em;
}
h1 {
font-size: 2em;
font-size: 3em;
margin-bottom: 0px;
}
@ -94,7 +94,7 @@ a:active {
}
.dropdown .dropbtn {
font-size: 16px;
font-size: 2em;
border: none;
outline: none;
color: white;