From 0cef2a520d27ca728b5c9622431a5a221dd2d9b2 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Fri, 4 Dec 2015 11:22:00 +0100 Subject: [PATCH] [enh] add a nice logo --- materialize/css/style.css | 8 ++++-- materialize/img/logo.svg | 57 +++++++++++++++++++++++++++++++++++++++ templates/example.html | 1 + 3 files changed, 64 insertions(+), 2 deletions(-) create mode 100644 materialize/img/logo.svg diff --git a/materialize/css/style.css b/materialize/css/style.css index 8b47533..b381584 100644 --- a/materialize/css/style.css +++ b/materialize/css/style.css @@ -50,8 +50,12 @@ body { .gallery-header { text-align: center; - margin-top: 10em; - margin-bottom: 8em; + margin-top: 8em; + margin-bottom: 6.5em; +} + +#logo { + width: 10%; } .gallery-header > h1 { diff --git a/materialize/img/logo.svg b/materialize/img/logo.svg new file mode 100644 index 0000000..4470cd5 --- /dev/null +++ b/materialize/img/logo.svg @@ -0,0 +1,57 @@ + +image/svg+xml \ No newline at end of file diff --git a/templates/example.html b/templates/example.html index b0796a4..30d8097 100644 --- a/templates/example.html +++ b/templates/example.html @@ -10,6 +10,7 @@