remove unused scss

This commit is contained in:
Vri 🌈 2023-03-05 22:23:26 +01:00
parent 4ad04a9c70
commit 9a9e9ce8a6
Signed by: vrifox
GPG key ID: D40098E5B60B2197

View file

@ -87,49 +87,6 @@ html {
}
}
// ------------------------
// - header / nav; footer -
// ------------------------
/*header, footer {
align-items: center;
display: flex;
overflow: auto;
white-space: nowrap;
width: 100%;
a {
padding: 17.6px 15px;
text-decoration-color: var(--background);
text-decoration-thickness: 2px !important;
text-underline-offset: 6px;
margin: 0 15px;
&:hover { text-decoration-color: var(--vriish-rose); }
}
}
header {
a {
color: var(--text-2);
}
h1 {
display: flex;
font-size: 1em;
margin: 0;
a {
color: var(--vriish-rose);
}
}
nav {
display: flex;
margin-left: auto;
}
aside {
margin-left: auto;
}
}*/
// --------
// - main -
// --------
main {
grid-area: content;
margin: 20px auto;