fix: fix button style

Fixes #21
This commit is contained in:
Kazhnuz Klappsthul 2023-05-21 16:16:09 +02:00
parent b8dbeed03e
commit 14219309e0
2 changed files with 3 additions and 5 deletions

View File

@ -30,10 +30,9 @@
justify-content: center;
aspect-ratio: 1;
border-radius:999px;
opacity: 0.75;
&:hover {
opacity:1;
background-color:$color-primary;
}
@include sm() {

View File

@ -2689,10 +2689,9 @@ footer {
align-content: center;
justify-content: center;
aspect-ratio: 1;
border-radius: 999px;
opacity: 0.75; }
border-radius: 999px; }
.menu-button:hover {
opacity: 1; }
background-color: #e03131; }
@media (min-width: 576px) {
.menu-button {
display: none; } }