Update '12/style.css'

master
Max Lehmann 4 years ago
parent cc036f8e24
commit 3115558e9f

@ -322,20 +322,6 @@ a:hover{
font-family: Roboto Mono;
}
#resources_05 {
white-space: pre-wrap;
height: 100%;
width: 45%;
color: white;
font-size: 14px;
overflow-y: auto;
background: black;
margin: 0px;
border: 10px solid white;
float: left;
margin-left: 50px;
font-family: Roboto Mono;
}
#resources iframe {
@ -346,6 +332,8 @@ a:hover{
position: relative;
}
#week_04{
width: 43%;
margin: 0px;
@ -435,6 +423,29 @@ a:hover{
border: none;
background-color: none;
}
#resources_05 {
white-space: pre-wrap;
height: 100%;
width: 45%;
color: white;
font-size: 14px;
overflow-y: auto;
background: black;
margin: 0px;
border: 10px solid white;
float: left;
margin-left: 50px;
font-family: Roboto Mono;
}
#resources_05 iframe {
width: 100%;
height: 100%;
border: 1px solid #FAF0E6;
background-color: none;
position: relative;
}
Loading…
Cancel
Save