From 6a94d0287b04e1a64d96b97e1820b9c78fcd5eb9 Mon Sep 17 00:00:00 2001 From: joak Date: Wed, 13 Dec 2023 01:40:48 +0100 Subject: [PATCH] made form a bit smaller so it fits 1920x1080 screens & centered form vertically and horizontally with flexbox so its at screens bigger than 1920x1080(like nowadays 4k) always in the center/center --- 2024/call/call.css | 11 +++++++++-- 2024/call/call.html | 2 -- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/2024/call/call.css b/2024/call/call.css index dc94687..e7ddb35 100644 --- a/2024/call/call.css +++ b/2024/call/call.css @@ -1,11 +1,18 @@ +body{ + display:flex; + flex-direction: column; + justify-content: center; + height:100vh; +} + form{ - max-width: 1300px; + max-width: 1100px; margin: 1em auto; padding: 1em; text-align: center; } form *{ - font-size: 24px; + font-size: 20px; } form h1{ font-size: 100%; diff --git a/2024/call/call.html b/2024/call/call.html index d8ccc2d..95bf77a 100644 --- a/2024/call/call.html +++ b/2024/call/call.html @@ -125,7 +125,6 @@
-

The Master Experimental Publishing at the Piet Zwart Instituut in Rotterdam (NL)
is a two-year master focused on the acts of making things public and creating publics
@@ -138,7 +137,6 @@

-