haguenau: set top section cell's margin on desktop only (#81872)
gitea/publik-base-theme/pipeline/head This commit looks good Details

This commit is contained in:
Serghei Mihai 2023-10-02 15:59:58 +02:00
parent e01ae1498a
commit 4af5ff74fd
1 changed files with 9 additions and 7 deletions

View File

@ -307,6 +307,7 @@ main {
flex: 0 0 100%;
margin-top: 1rem;
margin-bottom: 1rem;
@media (min-width: $mobile-limit + 1) {
div.cell {
margin-left: 0;
margin-right: 0;
@ -318,6 +319,7 @@ main {
}
}
}
}
.gru-content #sidebar {
background-color: $gray-light;