Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Bismin271172 committed Mar 25, 2024
1 parent 6391801 commit c8df811
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,6 @@ header.sticky{
color: var(--second-color);
}

.feature{
height: 100vh;
background: #fff;
}

.feature .card-container{
display: flex;
grid-template-columns: repeat(auto-fit, minmax(340px, auto));
Expand Down Expand Up @@ -275,7 +270,7 @@ header.sticky{

.feature .card-container .content .title1{
color: var(--second-color);
font-size: 2rem;
font-size: var(--h2-font);
}

.feature .card-container .content p{
Expand All @@ -296,6 +291,7 @@ header.sticky{
color: #fff;
cursor: pointer;
transform: .4s linear;
font-weight: 600;
}

.feature .card-container .content .btn:hover{
Expand Down Expand Up @@ -363,7 +359,6 @@ header.sticky{

.title{
text-align: center;
margin-top: 60%;
}

.title h2{
Expand Down

0 comments on commit c8df811

Please sign in to comment.