💄 smaller font size

This commit is contained in:
Julien Calixte
2023-07-07 02:27:13 +02:00
parent e0f71bf715
commit 5302736ff5

View File

@@ -12,6 +12,7 @@
body {
font-size: 36px;
font-family: "Noto Serif", serif;
margin: 0;
}
header {
@@ -24,6 +25,7 @@ main {
justify-content: center;
gap: 0;
margin: 0 1rem;
max-height: 100vh;
}
.customer-satisfaction {
@@ -115,13 +117,13 @@ li {
}
body {
font-size: 26px;
font-size: 22px;
}
.customer-satisfaction {
background-color: var(--background-color);
padding: 0 0.5rem;
font-size: min(36px, 50vw);
font-size: min(22px, 50vw);
height: initial;
}