diff --git a/12/style.css b/12/style.css index 582f325..bd5fda1 100644 --- a/12/style.css +++ b/12/style.css @@ -404,13 +404,12 @@ 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; margin-bottom: 20px; - border: 10px black solid; margin-top: 100px; font-size: 25px; background-color: black; @@ -418,8 +417,8 @@ a:hover{ #etherpad.hidden { display: block; - width: 100%; - height: 10%; + width: 30vw; + height: 10vh; font-family: Roboto Mono; color: white; background-color: black; @@ -428,6 +427,7 @@ a:hover{ text-align: center; padding-top: 5px; overflow: hidden; + border: 3px white solid; } #etherpad iframe {