From 8728a6c798c7ddbd71c581d0e68823a22cf6edff Mon Sep 17 00:00:00 2001 From: nek0 Date: Fri, 20 Dec 2019 07:16:29 +0100 Subject: [PATCH] some minor fixes --- site/about.md | 2 +- site/css/default.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/site/about.md b/site/about.md index 665c2ab..f2992d3 100644 --- a/site/about.md +++ b/site/about.md @@ -5,7 +5,7 @@ title: About ChaosZone is the project to setting up an collaborative Assembly at the 35th Chaos Communication Congress. -ChaosZone wants to becaome a place - a platform - to unite hackspaces around +ChaosZone wants to become a place - a platform - to unite hackspaces around C3D2, the Erfa of the Chaos Computer Club from Dresden in the former GDR. We are focused on hacking (software, hardware and other stuff). We are diff --git a/site/css/default.css b/site/css/default.css index 473f9f7..0d250bb 100644 --- a/site/css/default.css +++ b/site/css/default.css @@ -174,6 +174,10 @@ div.info { position: initial; } + #logo img { + max-width: 100%; + } + article, header { margin: 0; }