thegeeklab/src/static/custom.css
Robert Kaussow 1bf91825fc
All checks were successful
continuous-integration/drone/push Build is passing
chore: update about page and add profile picture (#271)
Reviewed-on: #271
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
2023-12-03 16:56:02 +01:00

36 lines
427 B
CSS

:root {
--code-max-height: 60rem;
}
@media print {
.gblog-post__anchorwrap {
break-after: avoid;
}
.gblog-columns,
.gblog-box {
break-inside: avoid;
break-before: avoid;
}
.gblog-box__text {
margin: 0;
}
h1,h2 {
margin: 0.5rem 0;
}
.gblog-progress {
margin-bottom: 0.5rem;
}
.gblog-box{
padding: 0.25rem 0.5rem;
}
}
.gblog-columns__content h2 {
margin-top: 0;
}