Compare commits

..

1 Commits

Author SHA1 Message Date
Corentin Sechet 5d1a58d828 manche: create theme (#88587)
gitea/publik-base-theme/pipeline/head This commit looks good Details
2024-03-25 08:48:17 +01:00
1 changed files with 4 additions and 0 deletions

View File

@ -135,6 +135,10 @@ div.gru-nav {
background-position: 0 100%;
background-repeat: no-repeat;
margin: $space-small 0;
@media ($max-mobile-viewport) {
font-size: $fz-3;
}
}
%button {