We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a7ad1 commit 58fdd1dCopy full SHA for 58fdd1d
1 file changed
sass/main.scss
@@ -253,6 +253,10 @@ nav {
253
width: 300px;
254
margin-right: 20px; // Same margin as wire top calculation
255
256
+ &:focus {
257
+ outline: none;
258
+ }
259
+
260
.wire {
261
width: 200%;
262
margin: 0;
@@ -296,7 +300,7 @@ nav {
296
300
.slick-arrow {
297
301
width: 60px;
298
302
height: 60px;
299
-
303
304
background-color: $blue;
305
border: 2px solid #A3A9CA;
306
box-sizing: border-box;
0 commit comments