Skip to content

Commit c4375e6

Browse files
committed
changed some sass
1 parent 209e648 commit c4375e6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

assets/css/styles.sass

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,12 @@ body
5858
background-image: url("/assets/images/stripe_c40ccfac0db9e43c48e95a530d787366.png")
5959
@include media($phone)
6060
display: none
61-
position: absolute
61+
top: 0px
62+
position: fixed
6263
height: 100%
6364
width: 100%
6465
background: #fff
66+
padding-top: 150px
6567
a
6668
padding-left: 25px
6769
border: none
@@ -119,13 +121,13 @@ body
119121
.nav-o-meter
120122
position: fixed
121123
top: 30px
122-
right: 20px
124+
right: 40px
123125
z-index: 9999999999
124126
display: none
125127
cursor: pointer
126128
width: 46px
127129
height: 37px
128-
border: 2px solid #000
130+
border: 2px solid #2AFFFF
129131
background-color: #fff
130132
border-radius: 2px
131133
ul.bars li
@@ -135,7 +137,7 @@ body
135137
list-style-type: none
136138
width: 30px
137139
height: 2px
138-
background-color: #000
140+
background-color: #2AFFFF
139141
position: absolute
140142
margin-top: -1px
141143
top: 50%

0 commit comments

Comments
 (0)