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