Skip to content

Commit

Permalink
Chore: update mobile font size
Browse files Browse the repository at this point in the history
  • Loading branch information
avivash committed Mar 27, 2024
1 parent 13bea1e commit c68e809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/css/stylesheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ pre[class*="language-"] {
color: #ccc;
background: 0 0;
font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
@apply sm:text-body-xs !important;
@apply text-body-xs !important;
text-align: left;
white-space: pre;
word-spacing: normal;
Expand Down Expand Up @@ -334,7 +334,7 @@ pre[class*="language-"] {

.kg-code-card,
.language-sh {
@apply sm:text-body-xs;
@apply text-body-xs;
}

/**
Expand Down

0 comments on commit c68e809

Please sign in to comment.