replace border with inset box-shadow, fix #18

This commit is contained in:
amphineko 2020-03-21 21:17:01 +08:00
parent e16b140c7e
commit 97bad1d15d
No known key found for this signature in database
GPG Key ID: 4582E6587852EF42

View File

@ -33,7 +33,7 @@
} }
.intro .label-group { .intro .label-group {
border-left: 0.2em solid #4600806b; box-shadow: inset 0.25em 0 0.25em -0.25em #4600806b;
margin-top: 2em; margin-top: 2em;
width: 100%; width: 100%;
} }