1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2025-02-14 21:10:41 +01:00
portfolio/src/components/molecules/ProjectLinks.module.scss

26 lines
406 B
SCSS

@import 'variables';
.projectLinks {
ul {
padding: 0;
}
li {
display: flex;
align-items: center;
white-space: nowrap;
margin-bottom: $spacer / 2.1;
}
a {
display: block;
width: 100%;
text-transform: none;
text-align: left;
}
}
.title {
composes: metaTitle from '../../templates/Project.module.scss';
}