mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 10:26:40 +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%;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue