1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-27 07:46:15 +01:00

Merge pull request #45 from h3poteto/margin

fix: Add margin to p elements for mac
This commit is contained in:
AkiraFukushima 2018-03-13 23:16:43 +09:00 committed by GitHub
commit 28ecc94318
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ html, body, #app, #global_header {
}
p {
margin: 0;
margin: 8px 0;
}
#global_header {