Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
RAYANSEDDOUKI authored Jun 5, 2024
1 parent 1048ecf commit bc3a966
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ header ul li a:hover{

.content .text h2{
font-size: 4rem;
/* line-height: 2.5rem; */

font-weight: 900;
text-transform: uppercase;
}
Expand All @@ -89,7 +89,7 @@ header ul li a:hover{

.content .text p {
font-size: 1.3rem;
/* line-height: 3rem; */

padding-top: 10px;
}

Expand Down Expand Up @@ -126,6 +126,7 @@ header ul li a:hover{
list-style: none;
display: inline-block;
margin: 0px 20px;
padding-left: 19px;
cursor: pointer;
transition: 0.5s;
}
Expand Down Expand Up @@ -159,4 +160,4 @@ header ul li a:hover{
text-decoration: none;
filter: invert(1);
margin: 5px 0px;
}
}

0 comments on commit bc3a966

Please sign in to comment.