removed iframe

master
Jakob 2020-03-08 03:44:13 +01:00
parent 85db649549
commit c848c21ef2
1 changed files with 0 additions and 20 deletions

View File

@ -79,12 +79,6 @@ body {
font-size: 1em; font-size: 1em;
} }
body.iframe {
margin: 5px;
height: 100%;
width: 100%;
}
p { p {
font-family: monospace; font-family: monospace;
color: #001858; color: #001858;
@ -323,17 +317,3 @@ div.form {
padding: 14px 20px; padding: 14px 20px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
} }
iframe {
border: none;
margin: 0px;
width: 100%;
}
iframe.board {
}
iframe.action {
min-height: max-content;
}