reduce font size a bit

This commit is contained in:
Gabriel 2024-08-21 11:46:55 -04:00
parent dd540b05eb
commit b9c9f8b958

View file

@ -4,7 +4,7 @@ html{
--color-accent:#09448c;
--accent-alternate:#ffd336;
--font-family:sans-serif;
--font-size:18px;
--font-size:16px;
--font-alternate:code;
}
@ -108,7 +108,7 @@ nav a {
@media screen and (orientation:portrait) {
body {
font-size: 20px;
font-size: 18px;
flex-direction: column;
}
header,
@ -307,7 +307,7 @@ article .highlight pre {
justify-content: flex-start;
padding: 25px;
border-radius: 25px;
font-size: 18px;
font-size: 16px;
margin:10px;
width:80%;
flex-wrap: nowrap;