hugo-theme-terminal/assets/css/footer.scss

50 lines
736 B
SCSS
Raw Normal View History

2022-06-21 13:50:51 +00:00
.footer {
padding: 40px 0;
flex-grow: 0;
opacity: .5;
&__inner {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0;
width: 760px;
max-width: 100%;
2022-06-21 15:14:59 +00:00
@media ($tablet) {
2022-06-21 13:50:51 +00:00
flex-direction: column;
}
}
a {
color: inherit;
}
.copyright {
display: flex;
flex-direction: row;
align-items: center;
font-size: 1rem;
&--user {
margin: auto;
text-align: center;
}
& > *:first-child:not(:only-child) {
margin-right: 10px;
2022-06-21 15:14:59 +00:00
@media ($tablet) {
2022-06-21 13:50:51 +00:00
border: none;
padding: 0;
margin: 0;
}
}
2022-06-21 15:14:59 +00:00
@media ($tablet) {
2022-06-21 13:50:51 +00:00
flex-direction: column;
margin-top: 10px;
}
}
}