File tree Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Expand file tree Collapse file tree 1 file changed +3
-20
lines changed Original file line number Diff line number Diff line change @@ -302,28 +302,11 @@ button:active {
302
302
color : # F4F4FF ;
303
303
text-align : center;
304
304
padding : 0 2vw ;
305
- opacity : 0.5 ;
306
- -webkit-transform : translateY (60px );
307
- -moz-transform : translateY (60px );
308
- -ms-transform : translateY (60px );
309
- -o-transform : translateY (60px );
310
- transform : translateY (60px );
311
- -webkit-transition : all 0.5s ease-in-out;
312
- -moz-transition : all 0.5s ease-in-out;
313
- -ms-transition : all 0.5s ease-in-out;
314
- -o-transition : all 0.5s ease-in-out;
315
- transition : all 0.5s ease-in-out;
316
- }
317
-
318
- # about .visible {
319
305
opacity : 1 ;
320
- -webkit-transform : none;
321
- -moz-transform : none;
322
- -ms-transform : none;
323
- -o-transform : none;
324
- transform : none;
325
306
}
326
307
308
+ # about-title {}
309
+
327
310
# schedule-desc {
328
311
padding : 0 1em ;
329
312
}
874
857
background : url ("../images/blob.svg" );
875
858
background-repeat : no-repeat;
876
859
/* background-size: 180vh, 600px; */
877
- background-size : 90 % auto;
860
+ background-size : 100 % auto;
878
861
background-position : right top;
879
862
}
880
863
# home {
You can’t perform that action at this time.
0 commit comments