Responsive 1.0

This commit is contained in:
2023-04-29 15:18:28 -05:00
parent 505fc9d1ae
commit 5e6490ad57
2 changed files with 5 additions and 5 deletions

View File

@@ -13,13 +13,13 @@ main {
padding: 20px
}
main h1 {
font-size: 24px;
h1 {
font-size: 2vw;
margin: 0 0 20px 0
}
main p {
font-size: 10px;
p {
font-size: 1vw;
line-height: 1.5;
margin: 0 0 20px 0
}