Skip to content

Commit c9104e7

Browse files
committed
Update body font size
1 parent ac15294 commit c9104e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/css/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ body {
2727
position: relative;
2828
margin: 0 auto;
2929
color: #121212;
30-
font-size: 15px;
30+
font-size: 1rem;
3131
background-color: var(--body-bg-color);
3232
font-family: var(--b-font-main);
3333
}

static/css/main_admin.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ body {
2727
position: relative;
2828
margin: 0 auto;
2929
color: #121212;
30-
font-size: 15px;
30+
font-size: 1rem;
3131
background-color: var(--body-bg-color);
3232
font-family: var(--b-font-main);
3333
}

0 commit comments

Comments
 (0)