header & home

This commit is contained in:
2021-11-16 16:22:48 +01:00
parent 38f0f36b42
commit 51f6ae5c66
40 changed files with 10392 additions and 109 deletions
@@ -1,6 +1,6 @@
@font-face {
font-family: 'duke';
src: url('../fonts/Duke_Fill.otf') format('opentype');
font-family: 'Font Awesome';
src: url('../fonts/Font Awesome/fa-regular-400.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}
@@ -0,0 +1,21 @@
// .node-type-static{
// display: grid;
// grid-template-columns: repeat(6,1fr);
// }
.layout-container {
position: absolute;
font-family: $font-family-default;
margin: none;
top: 0%;
left: 0%;
}
.path-frontpage{
margin: 0;
}
// .contextual-region .node-type-static {
// grid-template-columns: repeat(6 1fr);
// }
@@ -0,0 +1,5 @@
a {
text-decoration: none;
}
@@ -1,4 +0,0 @@
// .node-type-static{
// display: grid;
// grid-template-columns: repeat(6,1fr);
// }
@@ -18,4 +18,4 @@ $font-regular-italic: 600, italic;
// font-style: normal;
// font-weight: 900;
// font-family: $font-family-default;
// }
// }