diff options
| author | Adam Olech <me@aole.ch> | 2024-08-18 06:43:33 +0200 |
|---|---|---|
| committer | Adam Olech <me@aole.ch> | 2024-08-18 06:43:33 +0200 |
| commit | 61e14c24a7d8c51eb288233addc86023af6aed18 (patch) | |
| tree | 9d3a9d8e84819e87dcaffec07a4611bc4ba2f81f | |
| parent | 0f919524b89976e90bc83392a28bdf135e35b8b2 (diff) | |
css: use smaller font for sidebar in print layout
| -rw-r--r-- | static/css/print.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/css/print.css b/static/css/print.css index dde615b..c70d677 100644 --- a/static/css/print.css +++ b/static/css/print.css @@ -3,5 +3,8 @@ top: 0; left: 0; bottom: 0; - width: 18rem; +} + +.social-icons > a > p { + font-size: x-small; } |
