Robert Kaussow
1bf91825fc
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #271 Co-authored-by: Robert Kaussow <mail@thegeeklab.de> Co-committed-by: Robert Kaussow <mail@thegeeklab.de>
36 lines
427 B
CSS
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;
|
|
}
|