diff options
| author | Adam Olech <me@aole.ch> | 2024-08-14 23:50:56 +0200 |
|---|---|---|
| committer | Adam Olech <me@aole.ch> | 2024-08-14 23:50:56 +0200 |
| commit | 0f919524b89976e90bc83392a28bdf135e35b8b2 (patch) | |
| tree | 6a9debe83afb3ec5e9dec5907238ab090651aba8 /static/css/print.css | |
| parent | 4dd58e0f094076ab6cf72be0c0d56c5606aa6d20 (diff) | |
CSS changes for printed CV
Diffstat (limited to 'static/css/print.css')
| -rw-r--r-- | static/css/print.css | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/static/css/print.css b/static/css/print.css index 74cf1f1..dde615b 100644 --- a/static/css/print.css +++ b/static/css/print.css @@ -1,19 +1,7 @@ -.sidebar, .share-buttons, .comments, .readtime { - display: none !important; -} - -.content { - margin: 0 auto; - width: 100%; - float: none; - display: initial; -} - -.container { - width: 100%; - float: none; - display: initial; - padding-left: 1rem; - padding-right: 1rem; - margin: 0 auto; +.sidebar { + position: fixed; + top: 0; + left: 0; + bottom: 0; + width: 18rem; } |
