File tree 1 file changed +16
-14
lines changed
1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change 146
146
background-color : rgb (0 , 0 , 0 );
147
147
background-color : rgba (0 , 0 , 0 , 0.9 );
148
148
overflow-x : hidden;
149
- transition : 0.5 s ;
149
+ transition : 0.3 s ;
150
150
}
151
151
152
152
.navigation__overlay-content {
157
157
margin-top : 30px ;
158
158
}
159
159
160
+ @media screen and (max-width : 850px ) and (orientation : landscape) {
161
+ .navigation__overlay-content {
162
+ top : 15% ;
163
+ }
164
+ }
165
+
160
166
.navigation__overlay .navigation__link {
161
- padding : 8 px ;
167
+ padding : 0.25 em ;
162
168
text-decoration : none;
163
- font-size : 36px ;
169
+ font-size : 2em ;
170
+ font-family : 'Encode Sans Expanded' , sans-serif;
164
171
color : # 818181 ;
165
172
display : block;
166
- transition : 0.3 s ;
173
+ transition : 0.4 s ;
167
174
}
168
175
169
- .navigation__link : hover , . navigation__link : focus {
176
+ .navigation__link : hover {
170
177
color : # f1f1f1 ;
171
178
}
172
179
180
+ .navigation__link : focus {
181
+ color : # 035e9a ;
182
+ }
183
+
173
184
.navigation__button-close-container {
174
185
display : none;
175
186
}
194
205
margin-bottom : 2.5% ;
195
206
}
196
207
197
-
198
208
@media (min-width : 376px ) {
199
209
.section-title {
200
210
font-size : 3em ;
207
217
}
208
218
}
209
219
210
-
211
-
212
-
213
-
214
-
215
-
216
-
217
-
218
220
.section-content {
219
221
font-size : 1.1em ;
220
222
text-align : center;
You can’t perform that action at this time.
0 commit comments