Spaces:
Running
Running
kevinconka
commited on
bigger arrow heads and lower
Browse files- index.html +3 -3
index.html
CHANGED
@@ -51,10 +51,10 @@
|
|
51 |
.slider::after {
|
52 |
content: '';
|
53 |
position: absolute;
|
54 |
-
top:
|
55 |
transform: translateY(-50%);
|
56 |
-
width:
|
57 |
-
height:
|
58 |
background-size: contain;
|
59 |
background-repeat: no-repeat;
|
60 |
transition: opacity 0.3s;
|
|
|
51 |
.slider::after {
|
52 |
content: '';
|
53 |
position: absolute;
|
54 |
+
top: 20%;
|
55 |
transform: translateY(-50%);
|
56 |
+
width: 30px;
|
57 |
+
height: 30px;
|
58 |
background-size: contain;
|
59 |
background-repeat: no-repeat;
|
60 |
transition: opacity 0.3s;
|