From: elektrischerwalfisch Date: Sat, 12 Apr 2025 14:50:11 +0000 (+0200) Subject: change footer-info X-Git-Url: https://skyeroc.xyz/gitweb/?a=commitdiff_plain;h=5204fcfbd47f3819195597965dc3f0e1d7acea70;p=flatmark change footer-info --- diff --git a/.gitignore b/.gitignore index d0df002..0bce708 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .vscode todo.md +/pages-en/impressum.md + .htaccess \ No newline at end of file diff --git a/pages-en/02-footer.md b/pages-en/02-footer.md index 4edb01d..5c5dbcb 100644 --- a/pages-en/02-footer.md +++ b/pages-en/02-footer.md @@ -1,4 +1,6 @@ -© {year} flatMark +© {year} This is a demo site for the flatMark project. + +flatMark was created by [elektrischerwalfisch](/https://www.elektrischerwalfisch.de) and is licensed under the MIT License. +[View source code of this site](https://github.com/elektrischerwalfisch/flatmark) -- [Legal notice](/en/legal-notice) -- [PrivacyPolicy](/en/privacy-policy) \ No newline at end of file +Site operated by [elektrischerwalfisch](/en/impressum) \ No newline at end of file diff --git a/pages-en/legal-notice.md b/pages-en/legal-notice.md deleted file mode 100644 index 9e425ec..0000000 --- a/pages-en/legal-notice.md +++ /dev/null @@ -1,5 +0,0 @@ - - -# Legal notice - -... \ No newline at end of file diff --git a/pages-en/privacy-policy.md b/pages-en/privacy-policy.md deleted file mode 100644 index 996e4bf..0000000 --- a/pages-en/privacy-policy.md +++ /dev/null @@ -1,5 +0,0 @@ - - -# Privacy policy - -... \ No newline at end of file diff --git a/theme/css/style.css b/theme/css/style.css index 015db9e..d097819 100644 --- a/theme/css/style.css +++ b/theme/css/style.css @@ -168,7 +168,7 @@ header #main-nav ul a:is(:hover, :focus, .active) {background: var(--colorlight) #toggle-nav {display: none;} -main {padding: 0 var(--side-space-02) var(--space-below-01) var(--side-space-02);margin-bottom: var(--space-below-00);} +main {padding: 0 var(--side-space-02) var(--space-below-01) var(--side-space-02);margin-bottom: var(--space-below-01);} main > h1 {background: var(--color-02);color: var(--colorlight);padding: var(--space-below-00) var(--side-space-01);text-align: right;} main ul {padding-left: var(--side-space-01);list-style: disc;} @@ -203,11 +203,9 @@ main code {font-family: courier 'Courier New', Courier, monospace;font-size: var #main .readme h1, #main .readme em {display: none;} -footer {display: flex;justify-content: space-between;} -footer * {margin-bottom: 0;color: var(--colorlight);font-weight: 600;} -footer ul {display: flex;gap: var(--gap-01);} -footer a {text-decoration: none;} -footer a:is(:hover, :focus) {text-decoration: underline;} +footer {text-align: center;} +footer * {color: var(--colorlight);} +footer a:is(:hover, :focus) {text-decoration: none;} @media screen and (max-width: 781px) { @@ -230,9 +228,6 @@ footer a:is(:hover, :focus) {text-decoration: underline;} h1 {font-size: var(--fontsize-xl);} - footer {display:block;padding: 0 var(--side-space-02) var(--space-below-01) var(--side-space-02);} - footer ul {display:block;padding-top: var(--space-below-01);} - } @media screen and (max-width: 400px) {