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:
@@ -11,6 +11,7 @@
|
||||
|
||||
@include respond-to('large') {
|
||||
margin-left: 20vw;
|
||||
margin-top: 80px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -18,4 +18,10 @@
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@include respond-to('large') {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user