summaryrefslogtreecommitdiff
path: root/_layouts/default.html
diff options
context:
space:
mode:
Diffstat (limited to '_layouts/default.html')
-rw-r--r--_layouts/default.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index c17152e..a718cde 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -15,6 +15,18 @@
float: right;
margin: 0 0 0 2%;
}
+ h1 {
+ padding: 0;
+ margin-bottom: 0;
+ }
+ #subtitle {
+ color: #999999;
+ font-weight: bold;
+ font-size: 1.1em;
+ }
+ header {
+ margin-bottom: 2em;
+ }
</style>
</head>
<body>