From 5b020bf058b3fea363e9bf70543f21a56f73261a Mon Sep 17 00:00:00 2001 From: Max Lehmann Date: Wed, 10 Jun 2020 11:55:05 +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 5cddf42..2ebb665 100644 --- a/12/style.css +++ b/12/style.css @@ -274,8 +274,8 @@ a:hover{ #shell_03 { white-space: pre-wrap; - height: 350px; - width: 500px; + /*height: 350px; + width: 500px;*/ font-family: monospace; color: white; font-size: 14px; @@ -291,8 +291,8 @@ a:hover{ } #shell_03 iframe{ - width: 100%; - height: 100%; + width: 500px; + height: 200px; border: none; background-color: none; overflow: hidden;