mirror of
https://github.com/Kaisaan/kaisaan.github.io.git
synced 2025-06-18 08:45:38 -04:00
Adjust font size
This commit is contained in:
parent
0e5073bc1f
commit
f6be04d4d2
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user