Skip to content

Commit

Permalink
Merge pull request #103 from swiss/feature/link-new-line
Browse files Browse the repository at this point in the history
feat(link-new-line): add spacing for link on new line
  • Loading branch information
satefan authored Sep 26, 2024
2 parents 65ffb46 + d900e0f commit 5d11dbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/components/link.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ main a[rel*='external'] {
<path d="m16.9 19.9h-12v-12.2h5.7v-1.9h-7.6v16h15.9v-7.7h-2z"/> \
</svg>');
}

.link.link--block + .link.link--block {
@apply mt-3;
}

0 comments on commit 5d11dbf

Please sign in to comment.