About window: font-size tweaks

This commit is contained in:
Feross Aboukhadijeh
2016-03-26 23:17:14 -07:00
parent 5335bf39b5
commit aa117054fb

View File

@@ -9,16 +9,17 @@
font-family: BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif; font-family: BlinkMacSystemFont, 'Helvetica Neue', Helvetica, sans-serif;
text-align: center; text-align: center;
overflow: hidden; overflow: hidden;
font-size: 16px;
} }
img { img {
width: 65px; width: 65px;
height: 65px; height: 65px;
} }
h1 { h1 {
font-size: 14px; font-size: 0.9em;
} }
p { p {
font-size: 10px; font-size: 0.8em;
} }
</style> </style>
</head> </head>