added design for iframe

master
Jakob 2020-03-07 19:50:31 +01:00
parent 03895abafd
commit c82aca4e15
1 changed files with 7 additions and 1 deletions

View File

@ -316,4 +316,10 @@ div.form {
background-color: #f3d2c1;
padding: 14px 20px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
}
iframe {
border: none;
margin: 0px;
width: 100%;
}