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