Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0
This repository has been archived on 2022-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
tildes-issue-log/source/pages/scss/_footer.scss

24 lines
352 B
SCSS

#footer {
display: flex;
font-weight: bold;
padding: 2rem;
@include constrain-width;
a {
border-bottom: 0.25rem solid;
padding-bottom: 0.25rem;
text-decoration: none;
}
}
#license {
margin-left: auto;
&::before {
content: '©';
display: inline-block;
padding-left: 0.25rem;
transform: scale(-1, 1);
}
}