diff --git a/static/saddle.css b/static/saddle.css index 8aae01a..c3cd0d1 100644 --- a/static/saddle.css +++ b/static/saddle.css @@ -6,6 +6,20 @@ body { font-size: 14px; } +header { + margin-bottom: 3em; + display: flex; +} + +#logo { + height: 5em; + margin-right: 1em; +} + +main { + display: grid; +} + section { background-color: whitesmoke; padding: 5%; diff --git a/static/saddle.svg b/static/saddle.svg new file mode 100644 index 0000000..3f2d8f0 --- /dev/null +++ b/static/saddle.svg @@ -0,0 +1,94 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/index.html b/templates/index.html index b40c31b..8862e6c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,6 +8,7 @@
+

Saddle