1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 15:59:25 +00:00

Made admin header on desktop sticky

This commit is contained in:
2022-03-03 01:51:30 +00:00
parent e641ff0796
commit 74bc82e5a3
2 changed files with 7 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
@include respond-to('large') {
margin-left: 20vw;
margin-top: 80px;
}
}

View File

@@ -18,4 +18,10 @@
display: none;
}
}
@include respond-to('large') {
position: fixed;
top: 0;
width: 100%;
}
}