From 05036d07676fefa006670bbed2b5f85bc1350756 Mon Sep 17 00:00:00 2001 From: stitch Date: Fri, 26 Jul 2024 10:57:46 +0300 Subject: [PATCH] footer restructure/fix --- assets/css/footer.css | 14 -------------- assets/css/styles.css | 24 ++++++++++++++++++++++++ dashboard.html | 10 ++++++---- index.html | 10 ++++++---- 4 files changed, 36 insertions(+), 22 deletions(-) diff --git a/assets/css/footer.css b/assets/css/footer.css index bdef6c9..2e315c4 100644 --- a/assets/css/footer.css +++ b/assets/css/footer.css @@ -37,20 +37,6 @@ grid-gap: 0px; } -.secMainFooterInsideBottom { - padding: 10px 0; - border-top: solid 1px rgba(0,0,0,0.1); -} - -.secMainFooterInsideBottomSec { -} - -.secMainFooterInsideBottomSecText { - text-align: center; - color: rgba(0,0,0,0.5); - font-size: 12px; -} - .secMainFooterInsideTopSecLeftTop { display: flex; flex-direction: column; diff --git a/assets/css/styles.css b/assets/css/styles.css index 4bf2676..888d4fb 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -320,3 +320,27 @@ h1, h2, h3, h4, h5, h6 { max-width: 300px; } +.secMainFooter2 { + width: 100%; + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + padding: 10px 0; + border-top: solid 1px rgba(0,0,0,0.1); +} + +.secMainFooter2Inside { + width: 100%; + display: flex; + flex-direction: row; + justify-content: center; + align-items: center; +} + +.secMainFooter2InsideText { + text-align: center; + color: rgba(0,0,0,0.5); + font-size: 12px; +} + diff --git a/dashboard.html b/dashboard.html index 81cc65b..6e29b47 100644 --- a/dashboard.html +++ b/dashboard.html @@ -364,10 +364,12 @@ -
-
-

Built by Nostr Dev 2024.

-
+
+ +
+
+
+

Built by Nostr Dev 2024.

diff --git a/index.html b/index.html index 9fdd080..f1c8f5f 100644 --- a/index.html +++ b/index.html @@ -133,10 +133,12 @@ -
-
-

Built by Nostr Dev 2024.

-
+
+ +
+
+
+

Built by Nostr Dev 2024.