Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Bismin271172 authored Mar 4, 2024
1 parent c67c152 commit a69c6ec
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ header.sticky{
.container-box3{
background: var(--bg-color);
border: 1px solid #f0eded;
padding: 50px 12px;
padding: 52.5px 12px;
border-radius: 4px;
transition: all 1s ease 0s;
cursor: pointer;
Expand All @@ -311,7 +311,7 @@ header.sticky{
.container-box4{
background: var(--bg-color);
border: 1px solid #f0eded;
padding: 50px 12px;
padding: 79px 12px;
border-radius: 4px;
transition: all 1s ease 0s;
cursor: pointer;
Expand All @@ -329,7 +329,7 @@ header.sticky{
.container-box6{
background: var(--bg-color);
border: 1px solid #f0eded;
padding: 50px 12px;
padding: 91px 12px;
border-radius: 4px;
transition: all 1s ease 0s;
cursor: pointer;
Expand All @@ -338,7 +338,7 @@ header.sticky{
.container-box7{
background: var(--bg-color);
border: 1px solid #f0eded;
padding: 50px 12px;
padding: 70px 12px;
border-radius: 4px;
transition: all 1s ease 0s;
cursor: pointer;
Expand All @@ -347,7 +347,7 @@ header.sticky{
.container-box8{
background: var(--bg-color);
border: 1px solid #f0eded;
padding: 50px 12px;
padding: 85px 12px;
border-radius: 4px;
transition: all 1s ease 0s;
cursor: pointer;
Expand All @@ -356,7 +356,7 @@ header.sticky{
.container-box9{
background: var(--bg-color);
border: 1px solid #f0eded;
padding: 50px 12px;
padding: 85px 12px;
border-radius: 4px;
transition: all 1s ease 0s;
cursor: pointer;
Expand Down Expand Up @@ -939,4 +939,4 @@ header.sticky{
height: 85vh;
transition: .2s;
}
}
}

0 comments on commit a69c6ec

Please sign in to comment.