1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 17:30:23 +02:00

fix(balloon.scss): fix gaps in balloon (#134)

This commit is contained in:
ダーシノ
2018-12-09 22:11:55 +09:00
committed by Abdullah Samman
parent e7570989e3
commit f765692e1d

View File

@@ -49,7 +49,7 @@
&::after {
bottom: -18px;
width: 18px;
height: 3px;
height: 4px;
margin-right: 8px;
background-color: $background-color;
// prettier-ignore
@@ -82,7 +82,7 @@
&::after {
bottom: -18px;
width: 18px;
height: 3px;
height: 4px;
margin-left: 8px;
background-color: $background-color;
// prettier-ignore