Compare commits

..

1 Commits

Author SHA1 Message Date
Corentin Sechet 1211c18c98 manche: create theme (#88587)
gitea/publik-base-theme/pipeline/head This commit looks good Details
2024-03-29 14:43:24 +01:00
1 changed files with 5 additions and 6 deletions

View File

@ -6,7 +6,7 @@ div#header {
#top {
display: grid;
grid-template-columns: auto max-content auto;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: $space-medium;
@media($max-mobile-viewport) {
@ -65,9 +65,6 @@ div.gru-nav {
padding-left: $space-xlarge;
}
@media($max-mobile-viewport) {
}
&--link {
border-right: 1px solid $blue-dark;
padding: 0 $space-large !important;
@ -102,8 +99,10 @@ div.gru-nav {
}
}
+ ul {
width: 100vw;
@media($max-mobile-viewport) {
+ ul {
width: 100vw;
}
}
}