Skip to content

Commit 5f05609

Browse files
committed
[CodeFactor] Apply fixes to commit dccbaa3
[ci skip] [skip ci]
1 parent dccbaa3 commit 5f05609

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed

portfolio-main/assets/css/fancybox.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ body:not(.is-using-mouse) .fancybox__container :focus {
233233
width: 100%;
234234
max-width: 100%;
235235
margin: 0;
236-
padding: 48px 8px 8px 8px;
236+
padding: 48px 8px 8px;
237237
position: relative;
238238
overscroll-behavior: contain;
239239
display: flex;
@@ -280,7 +280,7 @@ body:not(.is-using-mouse) .fancybox__container :focus {
280280
align-self: center;
281281
max-width: 100%;
282282
margin: 0;
283-
padding: 1rem 0 0 0;
283+
padding: 1rem 0 0;
284284
line-height: 1.375;
285285
color: var(--fancybox-color, currentColor);
286286
visibility: visible;
@@ -324,8 +324,6 @@ body:not(.is-using-mouse) .fancybox__container :focus {
324324

325325
.carousel__button.is-close {
326326
position: absolute;
327-
top: 8px;
328-
right: 8px;
329327
top: calc(env(safe-area-inset-top, 0px) + 8px);
330328
right: calc(env(safe-area-inset-right, 0px) + 8px);
331329
z-index: 40;

portfolio-main/assets/css/style.css

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,10 @@ body.dark-theme {
234234
}
235235

236236
#progress-value {
237-
display: block;
238237
height: calc(100% - 5px);
239238
width: calc(100% - 5px);
240239
background-color: var(--tertiary);
241240
border-radius: 50%;
242-
display: -ms-grid;
243241
display: grid;
244242
place-items: center;
245243
font-size: 24px;
@@ -361,7 +359,6 @@ p {
361359
#kursorWrapper {
362360
position: fixed;
363361
z-index: 99999;
364-
overflow: hidden;
365362
pointer-events: none;
366363
top: 0;
367364
left: 0;
@@ -875,8 +872,6 @@ header.has-style-01 ul.social {
875872
position: absolute;
876873
right: -8rem;
877874
top: 50%;
878-
-webkit-transform: translateX(-50%);
879-
transform: translateX(-50%);
880875
-webkit-transform: rotate(-90deg);
881876
transform: rotate(-90deg);
882877
}
@@ -1195,7 +1190,7 @@ header.has-style-02 .shape-03 {
11951190
right: -50px;
11961191
background: var(--secondary);
11971192
color: var(--white);
1198-
border-radius: 0.3rem 0 0 0;
1193+
border-radius: 0.3rem 0 0;
11991194
font-size: 18px;
12001195
display: -webkit-box;
12011196
display: -ms-flexbox;
@@ -2771,7 +2766,6 @@ header.has-style-02 .shape-03 {
27712766

27722767
.contact-me.has-style-01 .contact_form .form-group input,
27732768
.contact-me.has-style-01 .contact_form .form-group textarea {
2774-
border: none;
27752769
background: var(--tertiary-02);
27762770
color: var(--white);
27772771
border: 1px solid transparent;

0 commit comments

Comments
 (0)