mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2025-09-18 21:07:48 +02:00
36 lines
517 B
SCSS
36 lines
517 B
SCSS
@import "./../abstracts/index";
|
|
|
|
.footer {
|
|
margin: ($article-offset-top + ($gap-md*3)) 0 ($gap-md*3);
|
|
|
|
.container {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
&__license {
|
|
margin-right: auto;
|
|
a {
|
|
font-size: .7em;
|
|
text-decoration: none;
|
|
color: inherit;
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
|
|
&__logos {
|
|
margin-left: auto;
|
|
}
|
|
|
|
&__logo {
|
|
display: flex;
|
|
}
|
|
|
|
.github {
|
|
width: $footer-logo-size;
|
|
height: $footer-logo-size;
|
|
}
|
|
}
|