header & home
This commit is contained in:
@@ -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);
|
||||
// }
|
||||
+1
-1
@@ -18,4 +18,4 @@ $font-regular-italic: 600, italic;
|
||||
// font-style: normal;
|
||||
// font-weight: 900;
|
||||
// font-family: $font-family-default;
|
||||
// }
|
||||
// }
|
||||
Reference in New Issue
Block a user