Update '12/style.css'

master
Max Lehmann 4 years ago
parent 181bdd9a78
commit 0488bdb04a

@ -421,13 +421,13 @@ a:hover{
#etherpad { #etherpad {
text-align: center; text-align: center;
white-space: pre-wrap; white-space: pre-wrap;
height: 80%; width: 100px;
width: 98%; height: 100px;
font-family: Roboto Mono; font-family: Roboto Mono;
color: white; color: white;
overflow-y: hidden; overflow-y: hidden;
margin-bottom: 20px; margin-bottom: 20px;
margin-top: 100px; margin-top: 20px;
font-size: 25px; font-size: 25px;
background-color: black; background-color: black;
position: relative; position: relative;
@ -442,14 +442,14 @@ a:hover{
width: 800px; width: 800px;
height: 500px; height: 500px;
border: none; border: none;
background-color: none; background-color: black;
position: relative;
border: 3px white solid;
} }
iframe.hidden { iframe.hidden {
display:none; display:none;
overflow: hidden; overflow: hidden;
width: 100px;
height: 100px;
} }
#resources_05 { #resources_05 {

Loading…
Cancel
Save