From 78a60c48041673005900f6aa5cebcad0f92e5db3 Mon Sep 17 00:00:00 2001 From: LarsVomMars Date: Sun, 4 Oct 2020 00:57:49 +0200 Subject: Nav --- auth/public/change.html | 4 ++++ overview/public/index.html | 4 ++++ overview/public/style.css | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/auth/public/change.html b/auth/public/change.html index ab2fd5c..7e55391 100644 --- a/auth/public/change.html +++ b/auth/public/change.html @@ -14,6 +14,10 @@ Auth +
+ Home + Logout +
Login diff --git a/overview/public/index.html b/overview/public/index.html index 98aa670..ba3596f 100644 --- a/overview/public/index.html +++ b/overview/public/index.html @@ -14,6 +14,10 @@ Home +

Hallo, liebe RBS-Schüler*innen!

diff --git a/overview/public/style.css b/overview/public/style.css index e44af0f..ab38722 100644 --- a/overview/public/style.css +++ b/overview/public/style.css @@ -20,6 +20,10 @@ body { background: white; } +div { + background: white; +} + @media only screen and (max-width: 600px) { .card { width: calc(100% - 50px); -- cgit v1.2.3