site menu width

This commit is contained in:
ManjaroOne666 2019-01-03 18:32:11 +00:00
parent 811014c4cc
commit 11401cfe6a
3 changed files with 9 additions and 0 deletions

2
TODO.md Normal file
View File

@ -0,0 +1,2 @@
## Services Page
* Have background change as scrolling down the services?

View File

@ -104,9 +104,15 @@ $z-index-top: 10;
top: 0; top: 0;
right: 0; right: 0;
padding: 2rem;
@media (min-width: $bp__layout) { @media (min-width: $bp__layout) {
width: 50%; width: 50%;
background-color: rgba(0, 0, 0, .3);
} }
color: #fff; // TEMP
} }
.background-container { .background-container {

View File

@ -50,6 +50,7 @@ export default {
} }
@media (min-width: $bp__layout) { @media (min-width: $bp__layout) {
width: 50%;
max-width: 30em; max-width: 30em;
top: 0; top: 0;
right: 100%; right: 100%;