File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed
portfolio-main/assets/css Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -233,7 +233,7 @@ body:not(.is-using-mouse) .fancybox__container :focus {
233
233
width : 100% ;
234
234
max-width : 100% ;
235
235
margin : 0 ;
236
- padding : 48px 8px 8px 8 px ;
236
+ padding : 48px 8px 8px ;
237
237
position : relative;
238
238
overscroll-behavior : contain;
239
239
display : flex;
@@ -280,7 +280,7 @@ body:not(.is-using-mouse) .fancybox__container :focus {
280
280
align-self : center;
281
281
max-width : 100% ;
282
282
margin : 0 ;
283
- padding : 1rem 0 0 0 ;
283
+ padding : 1rem 0 0 ;
284
284
line-height : 1.375 ;
285
285
color : var (--fancybox-color , currentColor);
286
286
visibility : visible;
@@ -324,8 +324,6 @@ body:not(.is-using-mouse) .fancybox__container :focus {
324
324
325
325
.carousel__button .is-close {
326
326
position : absolute;
327
- top : 8px ;
328
- right : 8px ;
329
327
top : calc (env (safe-area-inset-top, 0px ) + 8px );
330
328
right : calc (env (safe-area-inset-right, 0px ) + 8px );
331
329
z-index : 40 ;
Original file line number Diff line number Diff line change @@ -234,12 +234,10 @@ body.dark-theme {
234
234
}
235
235
236
236
# progress-value {
237
- display : block;
238
237
height : calc (100% - 5px );
239
238
width : calc (100% - 5px );
240
239
background-color : var (--tertiary );
241
240
border-radius : 50% ;
242
- display : -ms-grid;
243
241
display : grid;
244
242
place-items : center;
245
243
font-size : 24px ;
361
359
# kursorWrapper {
362
360
position : fixed;
363
361
z-index : 99999 ;
364
- overflow : hidden;
365
362
pointer-events : none;
366
363
top : 0 ;
367
364
left : 0 ;
@@ -875,8 +872,6 @@ header.has-style-01 ul.social {
875
872
position : absolute;
876
873
right : -8rem ;
877
874
top : 50% ;
878
- -webkit-transform : translateX (-50% );
879
- transform : translateX (-50% );
880
875
-webkit-transform : rotate (-90deg );
881
876
transform : rotate (-90deg );
882
877
}
@@ -1195,7 +1190,7 @@ header.has-style-02 .shape-03 {
1195
1190
right : -50px ;
1196
1191
background : var (--secondary );
1197
1192
color : var (--white );
1198
- border-radius : 0.3rem 0 0 0 ;
1193
+ border-radius : 0.3rem 0 0 ;
1199
1194
font-size : 18px ;
1200
1195
display : -webkit-box;
1201
1196
display : -ms-flexbox;
@@ -2771,7 +2766,6 @@ header.has-style-02 .shape-03 {
2771
2766
2772
2767
.contact-me .has-style-01 .contact_form .form-group input ,
2773
2768
.contact-me .has-style-01 .contact_form .form-group textarea {
2774
- border : none;
2775
2769
background : var (--tertiary-02 );
2776
2770
color : var (--white );
2777
2771
border : 1px solid transparent;
You can’t perform that action at this time.
0 commit comments