diff options
| author | Adam Olech <me@aole.ch> | 2024-08-22 11:37:39 +0200 |
|---|---|---|
| committer | Adam Olech <me@aole.ch> | 2024-08-22 11:37:39 +0200 |
| commit | 1d47331f882204f1e8c7b7239dc9608eb9a4d504 (patch) | |
| tree | c9e2ffca981b5ef7d4d2cb26ec3cb4d87fe239f6 /static/css | |
| parent | 61e14c24a7d8c51eb288233addc86023af6aed18 (diff) | |
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/print.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/css/print.css b/static/css/print.css index c70d677..9a30003 100644 --- a/static/css/print.css +++ b/static/css/print.css @@ -5,6 +5,6 @@ bottom: 0; } -.social-icons > a > p { - font-size: x-small; +html { + font-size: 20px !important; /* scale to 60% when printing */ } |
