Skip to content

Commit 9dcc02d

Browse files
authored
Add !important to hide header, footer, and content
1 parent 61dc232 commit 9dcc02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
}
7171
7272
header, footer, .global-content {
73-
display: none;
73+
display: none !important;
7474
}
7575
7676
h2 {

0 commit comments

Comments
 (0)