diff options
| author | Wolfboy248 <121288977+Wolfboy248@users.noreply.github.com> | 2024-07-10 21:51:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-10 22:51:25 +0300 |
| commit | cfac59282da55f4791d6352f15887a15e9ff6ec5 (patch) | |
| tree | bf8cea62f60f9239073a9cf82648d69d1e6b6a1c /frontend/src/components/main.css | |
| parent | feat: return portal counts for each cat in chapter select (#175) (diff) | |
| download | lphub-cfac59282da55f4791d6352f15887a15e9ff6ec5.tar.gz lphub-cfac59282da55f4791d6352f15887a15e9ff6ec5.tar.bz2 lphub-cfac59282da55f4791d6352f15887a15e9ff6ec5.zip | |
Games page, maplist page (#153)
Co-authored-by: Wolfboy248 <105884620+Wolfboy248@users.noreply.github.com>
Diffstat (limited to '')
| -rw-r--r-- | frontend/src/components/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/components/main.css b/frontend/src/components/main.css index 48e6379..9e9be86 100644 --- a/frontend/src/components/main.css +++ b/frontend/src/components/main.css | |||
| @@ -10,7 +10,7 @@ main { | |||
| 10 | 10 | ||
| 11 | padding-right: 30px; | 11 | padding-right: 30px; |
| 12 | 12 | ||
| 13 | font-size: 40px; | 13 | /* font-size: 40px; */ |
| 14 | font-family: BarlowSemiCondensed-Regular; | 14 | font-family: BarlowSemiCondensed-Regular; |
| 15 | color: #cdcfdf; | 15 | color: #cdcfdf; |
| 16 | 16 | ||