Skip to content

Commit 0d9f0f5

Browse files
committed
fix margin above migration upgrade path boxes
1 parent 112273e commit 0d9f0f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

themes/vue/source/css/_migration.styl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@
44
margin-left: .3em
55
color: #b9465c
66
.upgrade-path
7+
margin-top: 2em
78
padding: 2em
89
background: rgba(73, 195, 140, .1)
910
border-radius: 2px
1011
> h4
1112
margin-top: 0
1213
> p:last-child
1314
margin-bottom: 0
14-
15+
padding-bottom: 0

0 commit comments

Comments
 (0)