diff options
Diffstat (limited to 'overview/public')
-rw-r--r-- | overview/public/index.html | 3 | ||||
-rw-r--r-- | overview/public/style.css | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/overview/public/index.html b/overview/public/index.html index ba3596f..27d5292 100644 --- a/overview/public/index.html +++ b/overview/public/index.html @@ -34,6 +34,9 @@ <li><a href="/quotes">Zitate</a></li> <li><a href="/poll">Schüler-Ranking</a></li> </ul> + <p> + Bitte benutzt diese Tools nur ernsthaft - es ist nun mal unsere gemeinsame Zeitung :) + </p> <p> Falls ihr uns bei der Entwicklung helfen wollt, Fehler gefunden habt oder Fragen an uns habt, könnt ihr gerne mit dem Entwicklungs-Team Kontakt aufnehmen: diff --git a/overview/public/style.css b/overview/public/style.css index ab38722..77853bf 100644 --- a/overview/public/style.css +++ b/overview/public/style.css @@ -10,6 +10,8 @@ body { .card { position: absolute; + max-height: 80%; + overflow: auto; width: 30%; left: 50%; top: 50%; |