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

@ -317,3 +317,9 @@ 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%;
}