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;