diff --git a/assets/css/footer.css b/assets/css/footer.css index c304ddf..bdef6c9 100644 --- a/assets/css/footer.css +++ b/assets/css/footer.css @@ -3,6 +3,12 @@ padding: 50px 0 0 0; } +@media (max-width: 576px) { + .secMain.secMainFooter { + padding: 25px 0 0 0; + } +} + .secMainFooterInside { width: 100%; display: flex; @@ -62,6 +68,12 @@ justify-content: start; } +@media (max-width: 576px) { + .btnMain.secMainFooterInsideTopSecMidBtn { + justify-content: center; + } +} + .secMainFooterInsideTopSecLeftTopImg { width: 100%; } @@ -82,9 +94,15 @@ @media (max-width: 768px) { .secMainFooterInsideTopSecMidInside { - flex-direction: column; - justify-content: unset; - align-items: unset; + display: grid; + grid-template-columns: 1fr 1fr 1fr; + } +} + +@media (max-width: 576px) { + .secMainFooterInsideTopSecMidInside { + display: grid; + grid-template-columns: 1fr 1fr; } } @@ -105,6 +123,12 @@ color: rgba(0,0,0,0.5); } +@media (max-width: 576px) { + .secMainFooterInsideTopSecRightInsideText { + text-align: center; + } +} + .secMainFooterInsideTopSecRightInsideLinks { display: flex; flex-direction: row; diff --git a/assets/css/frontpage.css b/assets/css/frontpage.css index e5da53c..b5f3cdb 100644 --- a/assets/css/frontpage.css +++ b/assets/css/frontpage.css @@ -8,7 +8,7 @@ @media (max-width: 768px) { .secMainBodySecInside_Front { - padding: 15px; + padding: 15px 0px; } } @@ -28,6 +28,13 @@ max-width: 500px; } +@media (max-width: 576px) { + .secMainBodySecInside_FrontSecLogoImg { + width: 100%; + max-width: 300px; + } +} + .secMainBodySecInside_FrontSec.secMainBodySecInside_FrontSecInfo { display: flex; flex-direction: column; diff --git a/assets/img/SIGit Logo Text H.svg b/assets/img/SIGit Logo Text H.svg index e71c6a0..3244e7a 100644 --- a/assets/img/SIGit Logo Text H.svg +++ b/assets/img/SIGit Logo Text H.svg @@ -1,5 +1,5 @@ - + - SIGIT - - - - - - - - + + + + + + + + + + + + \ No newline at end of file diff --git a/dashboard-draft.html b/dashboard-draft.html index eb43b28..74b9692 100644 --- a/dashboard-draft.html +++ b/dashboard-draft.html @@ -596,7 +596,7 @@
-

Built by Nostr Dev 2024.

+

Built by Nostr Dev 2024.

diff --git a/dashboard.html b/dashboard.html index 646d85a..945b60c 100644 --- a/dashboard.html +++ b/dashboard.html @@ -374,7 +374,7 @@
-

Built by Nostr Dev 2024.

+

Built by Nostr Dev 2024.

diff --git a/index.html b/index.html index 78ecc32..f617416 100644 --- a/index.html +++ b/index.html @@ -82,7 +82,7 @@

Because of the underlying tech, know that your files are private and safe from tampering.

-
+
Learn more
@@ -99,7 +99,7 @@

Sigit is completely open source and can be completely self hosted by anyone.

-
+
Learn more
@@ -135,7 +135,7 @@
-

Built by Nostr Dev 2024.

+

Built by Nostr Dev 2024.