Skip to content

Commit

Permalink
fix: smaller font for build version
Browse files Browse the repository at this point in the history
  • Loading branch information
builder555 committed Apr 9, 2023
1 parent 3b13ced commit 48a9f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/TheNameDisplay.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ h1 {
font-family: 'Righteous', "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.small {
font-size: 0.8em;
font-size: 0.7em;
}
.smaller {
font-size: 0.6em;
Expand Down

0 comments on commit 48a9f8e

Please sign in to comment.