Skip to content

Commit

Permalink
Merge pull request #3 from elidakirigo/main-cf-autofix
Browse files Browse the repository at this point in the history
Apply fixes from CodeFactor
  • Loading branch information
elidakirigo authored Oct 15, 2023
2 parents dccbaa3 + 5f05609 commit 66f41ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
6 changes: 2 additions & 4 deletions portfolio-main/assets/css/fancybox.css
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ body:not(.is-using-mouse) .fancybox__container :focus {
width: 100%;
max-width: 100%;
margin: 0;
padding: 48px 8px 8px 8px;
padding: 48px 8px 8px;
position: relative;
overscroll-behavior: contain;
display: flex;
Expand Down Expand Up @@ -280,7 +280,7 @@ body:not(.is-using-mouse) .fancybox__container :focus {
align-self: center;
max-width: 100%;
margin: 0;
padding: 1rem 0 0 0;
padding: 1rem 0 0;
line-height: 1.375;
color: var(--fancybox-color, currentColor);
visibility: visible;
Expand Down Expand Up @@ -324,8 +324,6 @@ body:not(.is-using-mouse) .fancybox__container :focus {

.carousel__button.is-close {
position: absolute;
top: 8px;
right: 8px;
top: calc(env(safe-area-inset-top, 0px) + 8px);
right: calc(env(safe-area-inset-right, 0px) + 8px);
z-index: 40;
Expand Down
8 changes: 1 addition & 7 deletions portfolio-main/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,10 @@ body.dark-theme {
}

#progress-value {
display: block;
height: calc(100% - 5px);
width: calc(100% - 5px);
background-color: var(--tertiary);
border-radius: 50%;
display: -ms-grid;
display: grid;
place-items: center;
font-size: 24px;
Expand Down Expand Up @@ -361,7 +359,6 @@ p {
#kursorWrapper {
position: fixed;
z-index: 99999;
overflow: hidden;
pointer-events: none;
top: 0;
left: 0;
Expand Down Expand Up @@ -875,8 +872,6 @@ header.has-style-01 ul.social {
position: absolute;
right: -8rem;
top: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
}
Expand Down Expand Up @@ -1195,7 +1190,7 @@ header.has-style-02 .shape-03 {
right: -50px;
background: var(--secondary);
color: var(--white);
border-radius: 0.3rem 0 0 0;
border-radius: 0.3rem 0 0;
font-size: 18px;
display: -webkit-box;
display: -ms-flexbox;
Expand Down Expand Up @@ -2771,7 +2766,6 @@ header.has-style-02 .shape-03 {

.contact-me.has-style-01 .contact_form .form-group input,
.contact-me.has-style-01 .contact_form .form-group textarea {
border: none;
background: var(--tertiary-02);
color: var(--white);
border: 1px solid transparent;
Expand Down

1 comment on commit 66f41ab

@vercel
Copy link

@vercel vercel bot commented on 66f41ab Oct 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.