Help.vue border fixes when in Mobile view (#197)

* Border fix

* Fix :hover
This commit is contained in:
Andreas E 2020-05-14 19:32:34 +02:00 committed by GitHub
parent 34bf0442df
commit 1266b4e14c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -294,7 +294,7 @@ export default {
width 100% width 100%
left 0 left 0
.column .column
padding 0.4rem 0.6rem margin 0.4rem 0.6rem
.card .card
height auto height auto
width auto width auto
@ -325,7 +325,7 @@ export default {
p p
font-size 1rem font-size 1rem
&:hover &:hover
border-bottom 1px solid #cfd4db border-bottom 2px solid #cfd4db
border-bottom-left-radius 6px border-bottom-left-radius 6px
border-bottom-right-radius 6px border-bottom-right-radius 6px
position inherit position inherit