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

👍 説明要素を修正

This commit is contained in:
BcRikko
2018-09-26 17:43:05 +09:00
parent a72b99dda3
commit 965d50a914
8 changed files with 155 additions and 25 deletions

View File

@@ -20,3 +20,7 @@ a {
color: $black;
text-decoration: none;
}
p:not(:last-child) {
margin-bottom: 1rem;
}