1
0
mirror of https://github.com/GenderDysphoria/GenderDysphoria.fyi.git synced 2025-11-25 20:42:40 +00:00

Adjustments for printing

This commit is contained in:
Jocelyn Badgley (Twipped)
2021-03-25 14:11:42 -07:00
parent 08478f5a81
commit b6fcbc0e4d
18 changed files with 242 additions and 144 deletions

View File

@@ -26,7 +26,7 @@ body.post {
}
}
body.gdb, body.hrt {
body.gdb {
#body {
background-color: $gutter-bg;
@@ -73,53 +73,6 @@ body.gdb, body.hrt {
overflow: hidden;
} }
.gutter {
@media screen and (min-width: 800px) {
position: relative;
height: 0;
left: calc(100% + 1em);
width: 400px;
padding: 0 1em;
@media (max-width: 1000px) {
width: 300px;
}
}
@media print, screen and (min-width: 500px) and (max-width: 800px) {
float: right;
width: 300px;
margin-left: 1em;
zoom: 0.9;
}
// outline: 1px solid red;
&.flex, .flex {
display: flex;
flex-direction: column;
align-items: center;
.tweet {
flex: none;
}
&.flex-end {
justify-content: flex-end;
}
&.flex-center {
justify-content: center;
}
}
> a > img:not(.card-img-top), > img {
max-width: 100%;
margin-bottom: 5px;
}
}
.full-wide {
width: calc(100vw - 4em);
background-color: darken($content-bg, 1%);