From 94dbfad535e0f068fa459f510f75de20ebcb8263 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 20 Dec 2024 11:31:20 -0500 Subject: [PATCH] fix about modal --- src/scss/common.scss | 14 +++++++++++++- src/web/_views/modal/about.php | 28 ++++++---------------------- 2 files changed, 19 insertions(+), 23 deletions(-) diff --git a/src/scss/common.scss b/src/scss/common.scss index 222aba8..4a9a291 100644 --- a/src/scss/common.scss +++ b/src/scss/common.scss @@ -120,7 +120,6 @@ header#header { } } } - } @media (min-width: 800px) { @@ -598,3 +597,16 @@ form { } } } + +#about-menu { + @include column; + justify-content: center; + align-items: center; + + .logo { + color: $blue; + font-family: $header-font; + font-size: 2.25rem; + margin-bottom: $inner-gap; + } +} diff --git a/src/web/_views/modal/about.php b/src/web/_views/modal/about.php index 55ea3f0..4bc7a4f 100644 --- a/src/web/_views/modal/about.php +++ b/src/web/_views/modal/about.php @@ -1,25 +1,9 @@ -
- - - - Source Code -

For reports of abuse, please email contact@freyacat.org

+ -