1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 09:41:47 +02:00

🙈 タイトルのマージン設定を修正

This commit is contained in:
BcRikko
2018-09-29 13:13:18 +09:00
parent 281ffd000d
commit 831ede46b6
4 changed files with 10 additions and 2 deletions

View File

@@ -2,6 +2,10 @@
font-weight: 700;
word-break: break-word;
&:not(:first-child) {
margin-top: 1rem;
}
&:not(:last-child) {
margin-bottom: 1rem;
}