Change font sizes

This commit is contained in:
Kaisaan 2022-10-14 22:54:50 -04:00
parent 99c78e4360
commit b9f4f28c91
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<head>
<title>{{ page.title }} | KYS</title>
<link rel="stylesheet" type="text/css" href="/css/style.css">

View File

@ -23,6 +23,7 @@ body {
background-color: #EFEFEF;
margin: 0;
padding: 0;
font-size: 16px;
}
p, h1, h2 {