summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Olech <me@aole.ch>2024-08-14 23:50:56 +0200
committerAdam Olech <me@aole.ch>2024-08-14 23:50:56 +0200
commit0f919524b89976e90bc83392a28bdf135e35b8b2 (patch)
tree6a9debe83afb3ec5e9dec5907238ab090651aba8
parent4dd58e0f094076ab6cf72be0c0d56c5606aa6d20 (diff)
CSS changes for printed CV
-rw-r--r--static/css/print.css24
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;
}