Skip to content

Commit

Permalink
add pixel perfect for decor elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej044 committed Jun 25, 2023
1 parent 840ad01 commit cd6c9cb
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -615,6 +615,9 @@ a:hover, a:active, a:focus, button:hover, button:focus {
.nav{
padding: 0 16.5rem;
}
.nav__list{
width: 192px;
}
/* end */

/* title settings */
Expand Down Expand Up @@ -671,8 +674,8 @@ a:hover, a:active, a:focus, button:hover, button:focus {
background-size: contain;
}
.intro .decor__rings {
top:14vh;
left:-100px;
top:14.1vh;
left:-99px;
}
.intro .decor__circle {
top:55.5vh;
Expand Down Expand Up @@ -700,8 +703,8 @@ a:hover, a:active, a:focus, button:hover, button:focus {
margin-top: 1.4rem;
}
.skills .decor__rings {
top:112vh;
left:calc(100vw - 279px);
top:115vh;
left:calc(100vw - 290px);
}
/* end */

Expand Down Expand Up @@ -784,7 +787,7 @@ a:hover, a:active, a:focus, button:hover, button:focus {
margin: 0;
}
.contact-wrapper .decor__rings{
top:45%;
top:47%;
left:-205px;
}
.contact-form{
Expand Down

0 comments on commit cd6c9cb

Please sign in to comment.