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 @@