We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5253c87 + 0a4a852 commit c9978f3Copy full SHA for c9978f3
src/components/Header/Header.css
@@ -117,12 +117,16 @@
117
118
@media (max-width: 875px) {
119
/*Mobile View */
120
-
+ .headerWrap {
121
+ background-color: rgba(240, 257, 233, 0.49);
122
+ }
123
+
124
.navOptions {
125
display: flex;
126
flex-direction: column;
127
+ background: rgba(240, 247, 255, 0.9);
128
width: 100%;
- height: 350px;
129
+ height: 100%;
130
position: absolute;
131
top: 60px;
132
left: -100%;
@@ -131,7 +135,7 @@
135
}
136
133
137
.navOptions.active {
134
- background: #fff;
138
+ border-bottom: 2px solid rgb(0, 122, 124);
139
transition: all 0.5s ease;
140
padding-left: 0px;
141
margin: 0;
@@ -146,6 +150,7 @@
146
150
justify-content: center;
147
151
height: 10vw;
148
152
padding: 30px 0px;
153
+ margin: 30px 10px;
149
154
155
156
.optionDisplay {
0 commit comments