Skip to content

Commit 314bd07

Browse files
committed
Frontend design updates #skip
1 parent 77f5afc commit 314bd07

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

src/style.css

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,15 @@
2121
scrollbar-color: var(--accent-color-primary) transparent;
2222
}
2323

24+
html {
25+
font-size: 16px;
26+
}
27+
2428
body {
2529
display: flex;
2630
height: 100vh;
2731
margin: 0;
2832
padding: 2rem;
29-
font-size: 16px;
3033
background-color: var(--bg-color-primary);
3134
color: var(--fg-color-primary);
3235
}
@@ -324,11 +327,14 @@ body {
324327
}
325328

326329
@media (max-width: 1023px) {
330+
html {
331+
font-size: 12px;
332+
}
333+
327334
body {
328335
flex-direction: column;
329336
height: auto;
330337
padding: 0;
331-
font-size: 12px;
332338
}
333339

334340
.portfolio,

0 commit comments

Comments
 (0)