added design for iframe
parent
03895abafd
commit
c82aca4e15
|
@ -316,4 +316,10 @@ div.form {
|
||||||
background-color: #f3d2c1;
|
background-color: #f3d2c1;
|
||||||
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%;
|
||||||
|
}
|
Loading…
Reference in New Issue