Skip to content

Commit

Permalink
upd pixel perfect
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej044 committed Jun 26, 2023
1 parent ebb2ad3 commit aa1abc2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -692,8 +692,7 @@ img{
}
.intro .decor__circle {
top:57.8vh;
/* left:calc(100vw - 674.5px - 13px); */
left:calc(100vw - 674.5px - 13px);
left:calc(100vw - 672.5px);
}
/* end */

Expand Down Expand Up @@ -758,11 +757,10 @@ img{
align-items: center;
justify-content: center;
width: 100%;
height: calc(100% - 18%);
height: calc(100% - 17.5%);
flex-direction: column;
margin: 0;
background-color: rgba(0,0,0,0.75);
transition:5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/* end */
/* main end */
Expand Down

0 comments on commit aa1abc2

Please sign in to comment.