Skip to content

Commit

Permalink
Made font size smaller on fullhd and smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
myOmikron committed Aug 9, 2023
1 parent a135799 commit fff3ba4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kraken_frontend/src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,9 @@ body {
.neon {
filter: brightness(0) invert() drop-shadow(0 0 4px var(--primary));
}

@media screen and (max-width: 2000px) {
body {
font-size: 0.9em;
}
}
Empty file.
Empty file.

0 comments on commit fff3ba4

Please sign in to comment.