We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9382f8a commit 7bf04f3Copy full SHA for 7bf04f3
decidim-core/app/packs/stylesheets/decidim/_header.scss
@@ -408,20 +408,20 @@ header {
408
409
> * {
410
@apply py-3 md:py-3.5 border-b last:border-0 border-gray-3;
411
-
+
412
/* since the grid has 2 columns, remove the border for these last 2 columns */
413
&:nth-last-child(-n + 2) {
414
@apply md:border-0;
415
}
416
417
418
a {
419
@apply flex items-center justify-start gap-1 font-semibold text-lg text-secondary;
420
421
span {
422
@apply min-w-0 truncate;
423
424
425
svg {
426
@apply flex-none fill-current;
427
0 commit comments