Slightly reduce placeholder and header sizes.

The smaller size ensures that the example plots remain fully visible on
more of our most common visitor screen resolutions.
pull/1/head
David Schnur 13 years ago
parent bcce4a48b5
commit b475c7219e

@ -45,7 +45,7 @@ input[type=checkbox] {
#header h2 { #header h2 {
margin-left: 10px; margin-left: 10px;
vertical-align: middle; vertical-align: middle;
font-size: 48px; font-size: 42px;
font-weight: bold; font-weight: bold;
text-decoration: none; text-decoration: none;
color: #000; color: #000;
@ -67,8 +67,8 @@ input[type=checkbox] {
.demo-container { .demo-container {
box-sizing: border-box; box-sizing: border-box;
width: 900px; width: 850px;
height: 500px; height: 450px;
padding: 20px 15px 15px 15px; padding: 20px 15px 15px 15px;
margin: 15px auto 30px auto; margin: 15px auto 30px auto;
border: 1px solid #ddd; border: 1px solid #ddd;

Loading…
Cancel
Save