Skip to content

Commit eff9545

Browse files
committed
Display PDF link on small screens as well
1 parent c769392 commit eff9545

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

supplemental-ui/css/site-extra.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,5 @@ pre {
8181
}
8282

8383
.pdf-link {
84-
display: none;
85-
padding-right: .7rem
86-
}
87-
@media screen and (min-width:1024px) {
88-
.pdf-link {
89-
display:block
90-
}
84+
margin: .625rem;
9185
}

0 commit comments

Comments
 (0)