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;
text-align: center;
overflow: hidden;
font-size: 16px;
}
img {
width: 65px;
height: 65px;
}
h1 {
font-size: 14px;
font-size: 0.9em;
}
p {
font-size: 10px;
font-size: 0.8em;
}
</style>
</head>