Improve font size

This commit is contained in:
Marco Realacci 2023-09-29 03:05:16 +02:00
parent 35dc9ea7ce
commit 787b6250e5
2 changed files with 8 additions and 6 deletions

View file

@ -89,7 +89,7 @@ main {
} }
.bottom-text { .bottom-text {
font-size: 1.15rem; font-size: 1.05rem;
font-weight: 400; font-weight: 400;
} }
@ -107,7 +107,7 @@ main {
h1 { h1 {
font-weight: 500; font-weight: 500;
font-size: 2.1rem; font-size: 1.9rem;
top: -10px; top: -10px;
} }

View file

@ -1,6 +1,12 @@
@import './base.css'; @import './base.css';
body{
display: flex;
place-items: center;
}
#app { #app {
display: flex;
max-width: 1500px; max-width: 1500px;
margin: 0 auto; margin: 0 auto;
padding: 2rem; padding: 2rem;
@ -23,10 +29,6 @@ a,
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
body {
display: flex;
place-items: center;
}
#app { #app {
display: flex; display: flex;