Skip to content

Commit 5ffdf64

Browse files
committed
fix arrow placement
1 parent f14fcde commit 5ffdf64

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/AppArrow.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ export default {}
1212
<style scoped>
1313
svg {
1414
position: absolute;
15-
width: 30px;
16-
top: 35px;
17-
left: 14px;
15+
width: 22px;
16+
top: 29px;
17+
left: 15px;
1818
fill: #42b983;
1919
}
2020

0 commit comments

Comments
 (0)