This commit is contained in:
Moe Poi ~ 2021-11-22 00:32:34 +00:00
parent 282cd07005
commit d41f842660

View file

@ -21,6 +21,18 @@ 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;
@ -618,4 +630,4 @@ iframe {
width: 100%;
height: 100%;
min-height: 350px;
}
}