Skip to content

Commit ef09404

Browse files
authored
Update svg display
1 parent aa876bb commit ef09404

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

styles/base/base.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ div,
4646
-webkit-tap-highlight-color: transparent;
4747
}
4848

49+
svg {
50+
display: block;
51+
}
52+
4953
canvas {
5054
@extend %full;
5155
pointer-events: none;
@@ -60,4 +64,4 @@ canvas {
6064

6165
[data-reveal] {
6266
opacity: 0;
63-
}
67+
}

0 commit comments

Comments
 (0)