Version 4 with Laravel Mix

This commit is contained in:
Dan Coulthard 2023-08-03 12:57:13 +01:00
parent 0cafd60448
commit f0198f659b
32 changed files with 13032 additions and 352 deletions

View file

@ -1 +1,21 @@
.header {
padding: $base-spacing-unit 0;
margin-bottom: ($base-spacing-unit * 2);
.header__navigation {
@include resp-max($breakpoint-md) {
display: none;
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: map-get($colors, 'background');
nav {
display: flex;
height: 100%;
align-items: center;
justify-content: center;
}
}
}
}