Commit b475c721 authored by David Schnur's avatar David Schnur

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.
parent bcce4a48
...@@ -45,7 +45,7 @@ input[type=checkbox] { ...@@ -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] { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment