Update '12/style.css'

master
Max Lehmann 4 years ago
parent 7d79d58420
commit adf03d7225

@ -446,7 +446,7 @@ a:hover{
overflow-y: auto; overflow-y: auto;
background: black; background: black;
margin: 0px; margin: 0px;
border: 10px solid white; border: 3px solid white;
float: left; float: left;
margin-left: 50px; margin-left: 50px;
font-family: Roboto Mono; font-family: Roboto Mono;
@ -457,7 +457,7 @@ a:hover{
#resources_05 iframe { #resources_05 iframe {
width: 100%; width: 100%;
height: 100%; height: 100%;
border: 1px solid white; /*border: 3px solid white;*/
background-color: black; background-color: black;
position: relative; position: relative;
} }
@ -482,6 +482,6 @@ a:hover{
width: 30vw; width: 30vw;
height: 30vw; height: 30vw;
float: left; float: left;
border: 1px solid white; border: 3px solid white;
} }
Loading…
Cancel
Save