mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 02:16:19 +01:00
fix iframe
This commit is contained in:
parent
e5f11feb5e
commit
282cd07005
1 changed files with 7 additions and 12 deletions
|
@ -21,18 +21,6 @@ body {
|
||||||
width: 5%;
|
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) {
|
@media screen and (max-width: 500px) {
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
width: 15vw;
|
width: 15vw;
|
||||||
|
@ -623,4 +611,11 @@ body {
|
||||||
:focus {
|
:focus {
|
||||||
outline: 0 !important;
|
outline: 0 !important;
|
||||||
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
|
box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
iframe {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
min-height: 350px;
|
||||||
}
|
}
|
Loading…
Reference in a new issue