We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 406ec13 commit fc3e9e7Copy full SHA for fc3e9e7
style.css
@@ -510,40 +510,4 @@ footer {
510
.tile p {
511
font-size: 0.9rem;
512
}
513
-}
514
-
515
-/* Print styles */
516
-@media print {
517
- .headerbar,
518
- .view-switcher,
519
- .social,
520
- footer {
521
- display: none;
522
- }
523
524
- body {
525
- background: white;
526
- color: black;
527
528
529
- a {
530
- color: #0000EE;
531
532
533
- .container {
534
- max-width: 100%;
535
- margin: 0;
536
- padding: 0;
537
538
539
- .tile {
540
- break-inside: avoid;
541
- border: 1px solid #ddd;
542
- margin: 1rem 0;
543
- padding: 1rem;
544
545
546
- .tile img {
547
- max-height: 150px;
548
549
+}
0 commit comments