Skip to content

Commit fc3e9e7

Browse files
authored
Update style.css
1 parent 406ec13 commit fc3e9e7

File tree

1 file changed

+1
-37
lines changed

1 file changed

+1
-37
lines changed

style.css

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -510,40 +510,4 @@ footer {
510510
.tile p {
511511
font-size: 0.9rem;
512512
}
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-
}
513+
}

0 commit comments

Comments
 (0)