From 20377f798c0abe080f29aa1c46f2db6290ea4c8f Mon Sep 17 00:00:00 2001 From: Nicolas Constant Date: Wed, 10 Apr 2019 00:55:29 -0400 Subject: [PATCH] init header --- docs/assets/css/style.css | 4 ++++ docs/assets/sass/layout/_header.scss | 4 ++++ docs/index.html | 12 +++++++++++- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/assets/css/style.css b/docs/assets/css/style.css index 94cbae9c..95d3f229 100644 --- a/docs/assets/css/style.css +++ b/docs/assets/css/style.css @@ -23,3 +23,7 @@ body { @media (max-width: 56.25em) { body { padding: 0rem; } } + +.header { + background-color: #f7f7f7; + height: calc(100vh - 3rem); } diff --git a/docs/assets/sass/layout/_header.scss b/docs/assets/sass/layout/_header.scss index e69de29b..61cc8823 100644 --- a/docs/assets/sass/layout/_header.scss +++ b/docs/assets/sass/layout/_header.scss @@ -0,0 +1,4 @@ +.header { + background-color: rgb(247, 247, 247); + height: calc(100vh - 3rem); +} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 5cb4573f..883ab563 100644 --- a/docs/index.html +++ b/docs/index.html @@ -22,6 +22,14 @@
+

+ Discover Sengi +

+ +
+ A FLOSS multi-account Mastodon and Pleroma desktop client +
+ Launch web client @@ -36,7 +44,9 @@ - + \ No newline at end of file