GenderDysphoria.fyi/scss/_longform.scss

42 lines
520 B
SCSS
Raw Normal View History

body.longform {
2021-03-25 14:11:42 -07:00
@media print {
header {
display: none;
}
2021-03-25 14:11:42 -07:00
}
2021-03-25 14:11:42 -07:00
// #body {
// // background: unset;
2021-03-25 14:11:42 -07:00
// @media screen {
// padding: 0 1em;
// }
// }
2021-03-25 14:11:42 -07:00
// header {
// display: none;
// }
2021-03-25 14:11:42 -07:00
// h1, h2 {
// clear: both;
// page-break-before: always;
// }
2021-03-25 14:11:42 -07:00
// .header-link { display: none; }
2021-03-25 14:11:42 -07:00
// article hr {
// page-break-after: always;
// opacity: 0;
// }
2021-03-25 14:11:42 -07:00
// > a > img:not(.card-img-top), > img {
// max-width: 100%;
// margin-bottom: 5px;
// }
}