From 2976e2d26aede925aa7dcb8a5ad06a17ddc773cf Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Wed, 10 Jun 2020 17:26:19 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/12/style.css b/12/style.css index 17c1641..26b7b8d 100644 --- a/12/style.css +++ b/12/style.css @@ -439,19 +439,19 @@ a:hover{ #etherpad { - text-align: center; + /*text-align: center;*/ white-space: pre-wrap; width: 100px; height: 100px; font-family: Roboto Mono; color: white; overflow-y: hidden; - margin-bottom: 20px; - margin-top: 20px; + /*margin-bottom: 20px; + margin-top: 20px;*/ background-color: black; position: relative; border: 3px white solid; - padding-top:30px; + /*padding-top:30px;*/ } @@ -479,7 +479,7 @@ iframe.hidden { } .link_05 { - display:inline-block; + /*display:inline-block;*/ height: 100%; width: 100%; }