summaryrefslogtreecommitdiff
path: root/examples/blog/style.css
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2016-02-25 20:40:32 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2016-02-25 20:40:32 +0100
commit2dd8f39f524af9c7c64538c59fb423549654427d (patch)
treef460cf4eac784f78d2cbe2f565b3b23ffb06d608 /examples/blog/style.css
parentf6e3ab0b3f96cd811d747c3b593c98bbcca13312 (diff)
downloadmerchant-2dd8f39f524af9c7c64538c59fb423549654427d.tar.gz
merchant-2dd8f39f524af9c7c64538c59fb423549654427d.tar.bz2
merchant-2dd8f39f524af9c7c64538c59fb423549654427d.zip
Making logo linking to homepage
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%);