1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-09-01 02:01:56 +02:00

fix(rounded-corners-mixin.scss): fix border bug

borders does not working on firefox

fix #250
This commit is contained in:
BcRikko
2019-01-29 16:55:37 +09:00
parent 1f062e222d
commit 3629ee939b
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
position: relative;
display: inline-block;
padding: 10px 12px;
padding: 6px 8px;
margin: $border-size;
text-align: center;
vertical-align: middle;