Skip to content

Commit ff8af21

Browse files
authored
Fix: "Skip to transcript" button spacing (fixes #312)
1 parent 7e9a169 commit ff8af21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

less/media.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
// --------------------------------------------------
1010
// Skip to transcript button
1111
&__skip-to-transcript {
12+
margin-bottom: @item-margin;
1213

1314
html:not(.has-accessibility) & {
1415
.u-display-none;
1516
}
1617

1718
&:not(:focus-visible) {
19+
display: block;
1820
height: 0;
1921
padding: 0;
2022
margin: 0;

0 commit comments

Comments
 (0)