I don't have a choice ok?

This commit is contained in:
Niléane 2023-10-17 14:10:46 +02:00
commit bd19267820
No known key found for this signature in database
4 changed files with 8 additions and 8 deletions

View file

@ -2469,13 +2469,13 @@ body.layout-single-column {
}
.layout-single-column .explore__links {
background-color: var(--color-content-bg);
border-radius: 8px;
border-radius: 8px !important;
border: 1px solid var(--color-lines);
overflow: hidden;
}
@media screen and (max-width:889px) {
.layout-single-column .explore__links {
border-radius: 0;
border-radius: 0 !important;
border-left: 0;
border-right: 0;
}

View file

@ -2469,13 +2469,13 @@ body.layout-single-column {
}
.layout-single-column .explore__links {
background-color: var(--color-content-bg);
border-radius: 8px;
border-radius: 8px !important;
border: 1px solid var(--color-lines);
overflow: hidden;
}
@media screen and (max-width:889px) {
.layout-single-column .explore__links {
border-radius: 0;
border-radius: 0 !important;
border-left: 0;
border-right: 0;
}