From bafc5301a99c7b08d8efbd0a0228bdef577d9e5b Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Mon, 8 Jun 2020 16:27:18 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/12/style.css b/12/style.css index 08c9332..6241d1f 100644 --- a/12/style.css +++ b/12/style.css @@ -405,8 +405,8 @@ a:hover{ #etherpad { text-align: center; white-space: pre-wrap; - /*height: 80%; - width: 98%;*/ + height: 80%; + width: 98%; font-family: Roboto Mono; color: white; overflow-y: auto; @@ -419,8 +419,8 @@ a:hover{ #etherpad.hidden { display: block; - width: 30vw; - height: 20%; + width: 100%; + height: 10%; font-family: Roboto Mono; color: white; background-color: black;