fix iframe

This commit is contained in:
D Shrat 2021-11-22 07:18:47 +07:00
parent e5f11feb5e
commit 282cd07005

View file

@ -21,18 +21,6 @@ body {
width: 5%;
}
.button-close {
color: white;
background-color: darkred;
border-color: darkred;
border-radius: 100px;
}
.button-close:hover {
background-color: red;
border-color: red;
}
@media screen and (max-width: 500px) {
.navbar-brand {
width: 15vw;
@ -623,4 +611,11 @@ body {
:focus {
outline: 0 !important;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}
iframe {
display: block;
width: 100%;
height: 100%;
min-height: 350px;
}