Skip to content

Commit

Permalink
User updating
Browse files Browse the repository at this point in the history
  • Loading branch information
alankrantas committed Jul 2, 2024
1 parent 62a2b98 commit b56b942
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
body {
font-family: 'Open Sans', 'Noto Sans TC', sans-serif;
font-size: large;
text-align: justify;
text-justify: inter-word;
background-color: #3d3d3d;
Expand All @@ -22,3 +21,15 @@ body {
.indent {
text-indent: 1.8em;
}

@media only screen and (min-width: 768px) {
body {
font-size: large;
}
}

@media only screen and (max-width: 767px) {
body {
font-size: medium;
}
}

0 comments on commit b56b942

Please sign in to comment.