diff options
| author | Fuwn <[email protected]> | 2022-09-23 15:30:19 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-09-23 15:30:19 -0700 |
| commit | 5a5c3b26c4653577dbc75e4ad21cd87b605579e7 (patch) | |
| tree | 5d61f3783ec5a9459aaddb87d0c45315440f071c | |
| parent | refactor: simplify (diff) | |
| download | capybara-markets-main.tar.xz capybara-markets-main.zip | |
| -rw-r--r-- | src/app.css | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/app.css b/src/app.css index 9d00231..c6f6516 100644 --- a/src/app.css +++ b/src/app.css @@ -115,8 +115,12 @@ button:focus:not(:focus-visible) { outline: none; } -@media (min-width: 720px) { +/* @media (min-width: 720px) { + h1 { + font-size: 2.4rem; + } +} */ + h1 { font-size: 2.4rem; } -} |