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