summaryrefslogtreecommitdiff
path: root/examples/blog/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blog/style.css')
-rw-r--r--examples/blog/style.css4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/blog/style.css b/examples/blog/style.css
index c2cc51ee..21e2d97c 100644
--- a/examples/blog/style.css
+++ b/examples/blog/style.css
@@ -8,15 +8,13 @@ body {
header {
width: 100%;
height: 100px;
- margin: 0;
padding: 0;
border-bottom: 1px solid black;
}
header h1 {
font-size: 200%;
- margin: 0;
- padding: 0 0 0 120px;
+ margin: 0 0 0 120px;
position: relative;
top: 50%;
transform: translateY(-50%);