From 2a3fa7f046889d6a1c49d969e574ce03b741da3f Mon Sep 17 00:00:00 2001 From: KZacharski Date: Sat, 19 Aug 2023 20:29:26 +0200 Subject: [PATCH] iejrirwjrijw --- .../assets/ic_fluent_settings_24_filled.svg | 2 +- docs/docs/assets/ic_fluent_star_24_filled.svg | 2 +- docs/docs/index.html | 30 ++++++++++++++++--- docs/docs/style.css | 15 +++++++++- 4 files changed, 42 insertions(+), 7 deletions(-) diff --git a/docs/docs/assets/ic_fluent_settings_24_filled.svg b/docs/docs/assets/ic_fluent_settings_24_filled.svg index 13ed0d1..7103561 100644 --- a/docs/docs/assets/ic_fluent_settings_24_filled.svg +++ b/docs/docs/assets/ic_fluent_settings_24_filled.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/docs/assets/ic_fluent_star_24_filled.svg b/docs/docs/assets/ic_fluent_star_24_filled.svg index 1ebfd51..634025e 100644 --- a/docs/docs/assets/ic_fluent_star_24_filled.svg +++ b/docs/docs/assets/ic_fluent_star_24_filled.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/docs/index.html b/docs/docs/index.html index c5b447a..fc592a2 100644 --- a/docs/docs/index.html +++ b/docs/docs/index.html @@ -4,7 +4,7 @@ -diji - docs +diji docs @@ -36,12 +36,30 @@

Install diji

-

Check how to install diji properly

+

How to install diji properly

-
-
+
+
+
+ +

Favicons

+

Learn how to set your own default favicon

+
+
+
+
+ +
+
+ +

Configuration

+

Extra options explained

+
+
+ +
@@ -55,5 +73,9 @@ Clients Contact + \ No newline at end of file diff --git a/docs/docs/style.css b/docs/docs/style.css index 27193a5..c1cb436 100644 --- a/docs/docs/style.css +++ b/docs/docs/style.css @@ -112,6 +112,7 @@ color: white; grid-template-rows: 1fr 1fr 1fr 1fr; gap: 20px 0; margin-top: 30px; + margin-bottom: 50px; grid-auto-flow: column; grid-template-areas: "getstarted" @@ -154,7 +155,9 @@ color: white; border-style: solid; border-color: #ffffff21; border-width: 2px; - display: block; + display: flex; + justify-content: center; + align-items: center; transition: 0.2s; } @@ -176,4 +179,14 @@ color: white; padding: 8px; width: fit-content; height: fit-content; + } .footer { + text-align: center; + background-color: #000; + display: flex; + align-items: center; + flex-direction: column; + justify-content: center; + padding: 20px; + } .ftrtext { + margin: 5px; } \ No newline at end of file