Update '12/style.css'

master
Max Lehmann 4 years ago
parent 0c7d1f5ce3
commit 450ae7ae19

@ -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 {

Loading…
Cancel
Save