remove unused scss
This commit is contained in:
parent
4ad04a9c70
commit
9a9e9ce8a6
1 changed files with 0 additions and 43 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue