From 4e37a8105bfa729ab70b8905b1475ab5c2c5d4a0 Mon Sep 17 00:00:00 2001 From: v Date: Wed, 26 Jun 2024 16:24:55 +0200 Subject: [PATCH] Update html/css --- templates/index.html | 62 ++++++++++++++++++++++++++++++++++++++------ 1 file changed, 54 insertions(+), 8 deletions(-) diff --git a/templates/index.html b/templates/index.html index 0292e92..bf0ba5c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -32,11 +32,17 @@ h2, h3 { margin: 0 0; - text-align: center; + + } + + h1{ + font-weight: 200; + font-size: 1.8em; } h2{ - font-weight: 400; + font-weight: 600; + font-size: 1em; } @@ -110,6 +116,21 @@ animation: .5s linear infinite spinning; } + .border{ + background-color: red; + width: fit-content; + padding: 5px; + rotate: 90deg; + position: fixed; + display: flex; + left: -930px; + overflow: clip; + } + + .container{ + margin-left: 50px; + } + .error { color: red; } @@ -119,19 +140,23 @@ margin: auto; position: relative; margin-bottom: 20%; - font-size: .9rem; + } .logo{ position: absolute; - right: -10%; - top: -20%; + + top: -105%; z-index: -10; opacity: 0.5; - max-width: 300px; + max-width: 200px; } @media only screen and (min-width: 801px){ + .container{ + margin-left: auto; + } + .logo{ right: 0; opacity: 1; @@ -146,14 +171,35 @@ +
+ + + + + + + + + + + + + + + + + + + +
-

Ministry of the
Infra-Ordinary

+

Ministry of the
Infraordinary

Upload your Infraordinary Observations:

-

Help us broaden our perspectives on the infra-ordinary, and upload your media here!

+

Inform our mapping by sharing your experiences with the infraordinary. It can be an image, video or audio file, upload your media here!

{% if error %}

Oops.. Something went wrong: {{ error }}!