mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-13 01:46:23 +01:00
Recover
This commit is contained in:
parent
282cd07005
commit
d41f842660
1 changed files with 13 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue