Skip to content

Commit 06e90e4

Browse files
committed
Link group, with comfortable space between items
1 parent 09c52cd commit 06e90e4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/assets/sass/modules/_links.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,3 +175,17 @@ h6 {
175175
color: $dark-color-text;
176176
}
177177
}
178+
179+
/**
180+
* Link group, with comfortable space between items.
181+
*
182+
* Example HTML:
183+
*
184+
* <p class="link-group">
185+
* <a>Link 1
186+
* <a>Link 2
187+
*/
188+
189+
.link-group a {
190+
margin-right: 0.5rem;
191+
}

0 commit comments

Comments
 (0)