Skip to content

Commit 3257037

Browse files
tweak font size
1 parent bc6dc3e commit 3257037

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

assets/main.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ li {
4545

4646
.code {
4747
margin-left: 1.5rem;
48+
font-size: 2vw;
4849
display: block;
4950
}
5051

@@ -54,12 +55,10 @@ pre {
5455

5556
code {
5657
font-family: "Ubuntu Mono", monospace;
57-
font-size: 1rem;
5858
background-color: #eeeeee;
5959
}
6060

6161
pre code {
62-
font-size: 1.25rem;
6362
color: #333333;
6463
background-color: #ffffff;
6564
margin-bottom: 0;

0 commit comments

Comments
 (0)