Takubeh/assets/styles/footer.scss

38 lines
625 B
SCSS
Raw Normal View History

2024-02-28 23:07:49 +01:00
.footer {
2024-02-02 13:49:39 +01:00
min-height: inherit;
width: inherit;
2024-02-28 23:07:49 +01:00
.container {
align-items: center;
justify-content: space-between;
width: 100%;
margin: 1rem;
font-family: 'Tox Typewriter';
font-weight: normal;
font-style: normal;
div a {
margin-left: .5rem;
}
}
img {
display: inline;
vertical-align: middle;
}
p {
padding: 0;
}
2024-02-02 13:49:39 +01:00
}
2024-02-28 23:07:49 +01:00
@media screen and (max-width: 1024px) {
.footer .container {
flex-direction: column-reverse;
p {
margin-top: .5rem;
}
}
2024-02-02 13:49:39 +01:00
}