Skip to content

Commit

Permalink
upd pixel perfect for desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrej044 committed Jun 24, 2023
1 parent 84d5834 commit 04ad92b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,10 @@ a:hover, a:active, a:focus, button:hover, button:focus {
}

@media screen and (min-width:1440px) {
/* header */
.header{
margin-top: 2.1rem;
}
/* navigation styles */
.nav{
padding: 0 16.5rem;
Expand Down Expand Up @@ -651,7 +655,7 @@ a:hover, a:active, a:focus, button:hover, button:focus {
text-align: left;
}
.intro__text p:not(p:first-child){
margin-top: 4.9rem;
margin-top: 4.3rem;
}
.intro__link{
margin-top: 6.6rem;
Expand All @@ -677,6 +681,7 @@ a:hover, a:active, a:focus, button:hover, button:focus {
/* section skills */
.skills{
margin-top: 21.9rem;
padding: 2rem 0.5rem
}
.skills__list{
grid-template-columns: repeat(3, 1fr);
Expand Down

0 comments on commit 04ad92b

Please sign in to comment.