reduce font size a bit
This commit is contained in:
parent
dd540b05eb
commit
b9c9f8b958
1 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue