From c742d037a69c1af3db2d69c013fe956523166540 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Fri, 24 May 2024 09:56:26 +0200 Subject: [PATCH] start updating doc style --- website/dist/docs/css/style.css | 28 +++++++++++++++------------- website/dist/docs/index.html | 25 ++++++++++++++----------- 2 files changed, 29 insertions(+), 24 deletions(-) diff --git a/website/dist/docs/css/style.css b/website/dist/docs/css/style.css index 21c1a59..ae2ee39 100644 --- a/website/dist/docs/css/style.css +++ b/website/dist/docs/css/style.css @@ -17,20 +17,22 @@ html, body { } body { - height: 100vh; - display: grid; + display: block; background-color: #648cab; - grid-template-areas: - 'header header header header header' - 'menu main main main main' - 'menu main main main main' - 'menu main main main main' - 'menu main main main main' - 'menu main main main main' - 'menu main main main main' - 'menu main main main main' - 'menu main main main main' - 'footer footer footer footer footer'; +} + +.doc-main { + display: flex; +} + +@media only screen and (min-width: 1000px) { + body { + height: 100vh; + } + .doc-main { + display: flex; + height: 85vh; + } } .title-wrapper { diff --git a/website/dist/docs/index.html b/website/dist/docs/index.html index 3ff7da1..5d3b939 100644 --- a/website/dist/docs/index.html +++ b/website/dist/docs/index.html @@ -13,17 +13,20 @@ - -
-
-
-

Docs - libreǝvent

-
Learn how to setup and use libreǝvent!
-
-
-

Welcome to the libreǝvent docs, THE place to learn all about the project!

-

libreǝvent is a free and open source event management solution with which you may sell tickets online at incredibly low prices as you host the application yourself. But don't be afraid, it's easier to set up than you might think! To make it as easy as possible for you to set up libreǝvent, we have our installation guides which you may follow to get up and running very quickly!

-

If you like this project, please consider giving it a star on GitHub and donating to help fund the development costs.

+
+ + +
+
+
+

Docs - libreǝvent

+
Learn how to setup and use libreǝvent!
+
+
+

Welcome to the libreǝvent docs, THE place to learn all about the project!

+

libreǝvent is a free and open source event management solution with which you may sell tickets online at incredibly low prices as you host the application yourself. But don't be afraid, it's easier to set up than you might think! To make it as easy as possible for you to set up libreǝvent, we have our installation guides which you may follow to get up and running very quickly!

+

If you like this project, please consider giving it a star on GitHub and donating to help fund the development costs.

+