Skip to content

Commit b772289

Browse files
committed
Copyright footer on home page will no longer display on smaller video widths
1 parent 8a2864b commit b772289

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

style.css

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -522,14 +522,6 @@ gallerysubtitle a:hover {
522522

523523
@media (max-width: 550px) {
524524
.copyrightDiv {
525-
font-size: 9pt !important;
526-
height: auto !important;
527-
}
528-
}
529-
530-
@media (max-width: 400px) {
531-
.copyrightDiv {
532-
font-size: 8pt !important;
533-
height: auto !important;
525+
display: none;
534526
}
535527
}

0 commit comments

Comments
 (0)