mat.services/sass/extra.scss

43 lines
481 B
SCSS
Raw Normal View History

2022-08-08 04:31:56 +00:00
// Logo
div.brand>* {
padding: 0 0.25em;
}
div.brand:hover img.logo {
filter: brightness(0) invert(1);
}
img.logo {
border: none;
height: 0.75em;
width: 0.75em;
padding-right: 0.25em;
}
2022-08-09 04:37:39 +00:00
// Nav links
nav a {
margin-left: 0.7em;
}
2022-08-08 04:31:56 +00:00
// Footer
.content {
display: flex;
flex-direction: column;
min-height: 100vh;
}
div.inner {
flex-grow: 1;
}
header,
footer {
flex-grow: 0;
flex-shrink: 0;
}
footer {
margin: 2em;
color: grey;
font-size: 0.75em;
}