From d4c4a5615317872363f1fe5c32a082328a85ae15 Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 5 Jun 2024 23:36:25 +0200 Subject: [PATCH] today maybe --- assets/contact-style.css | 44 ++++++++++++++++++++++++++++------------ assets/style.css | 2 +- contact/index.html | 26 ++++++++++++------------ index.html | 20 +++++++++--------- 4 files changed, 55 insertions(+), 37 deletions(-) diff --git a/assets/contact-style.css b/assets/contact-style.css index 6d9b17b..f9e9087 100644 --- a/assets/contact-style.css +++ b/assets/contact-style.css @@ -2,19 +2,37 @@ font-family: 'workbench'; src: url('../assets/font.woff2') format('woff2'); } - body { - background-color: #333; - background-image: - linear-gradient(to bottom, - #000000, - #22770156, - #221100 - ); - background-size: 100% 3px; - background-repeat: repeat-y; - margin: 0; - font-family: 'workbench', sans-serif; + @media (min-width: 600px){ + body { + background-color: #2e2e2e; + background-image: + linear-gradient(to bottom, + #000000, + #1a5c008a, + #000000 + ); + background-size: 100% 3px; + background-repeat: repeat-y; + margin: 0; + font-family: 'workbench', sans-serif; + } } + @media (max-width: 600px){ + body { + background-color: #2e2e2e; + background-image: + linear-gradient(to bottom, + #000000, + #1a5c008a, + #000000 + ); + background-size: 100% 3.5px; + background-repeat: repeat-y; + margin: 0; + font-family: 'workbench', sans-serif; + } + } + .navbar { background: radial-gradient( @@ -83,7 +101,7 @@ pointer-events: stroke; } .contact-container a:hover { - color: #33ccffda; + color: #33ccff; } @media (max-width: 600px) { .navbar { diff --git a/assets/style.css b/assets/style.css index d395a43..253e22c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -78,7 +78,7 @@ .ascii-art-container { position: fixed; top: 50%; - left: 47% !important; + left: 50% !important; transform: translate(-50%, -50%); font-size: 10vmin; font-family: 'Courier New', monospace; diff --git a/contact/index.html b/contact/index.html index 0e396ec..a0ac7f6 100644 --- a/contact/index.html +++ b/contact/index.html @@ -3,8 +3,8 @@ - - + + @@ -15,25 +15,25 @@ - - - - - - + + + + + + - contact @ elia.network + contact @ elia networks