Skip to content

Commit ab968fc

Browse files
committed
Fix the sector background cutoff
1 parent 42ae841 commit ab968fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

client/stylesheets/components/_sector.sass

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919

2020
&::before
2121
content: ''
22-
height: 9999px
22+
height: 1000%
2323
left: 0
2424
position: absolute
2525
top: 0
26-
width: 9999px
26+
width: 1000%
2727
z-index: -1
2828

2929
+respond-to($g-m)

0 commit comments

Comments
 (0)