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

fix: Add margin to p elements for mac

This commit is contained in:
AkiraFukushima 2018-03-13 23:14:24 +09:00
parent 675ddabc83
commit fcaa9a74e1

View File

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