11 lines
145 B
SCSS
11 lines
145 B
SCSS
.About.PageContent {
|
|
.Links {
|
|
display: grid;
|
|
gap: $unit;
|
|
margin: $unit-2x 0;
|
|
}
|
|
|
|
div.LinkItem {
|
|
margin-top: $unit-2x;
|
|
}
|
|
}
|