Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
dishathakurata authored May 10, 2024
1 parent 2f89726 commit 523e7ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2473,7 +2473,6 @@ textarea.form-input::-webkit-resizer {
color: var(--white-1);
justify-content: center;
align-items: center;
margin-top: 5rem;
width: 100%;
gap: 2rem;
}
Expand Down Expand Up @@ -2512,6 +2511,7 @@ textarea.form-input::-webkit-resizer {
flex-wrap: wrap;
margin-right: 5px;
gap: 5px;
padding-top: 0%;
}

/* pagination styling */
Expand Down Expand Up @@ -2617,8 +2617,8 @@ textarea.form-input::-webkit-resizer {
height: auto;
text-align: center;
color: snow;
padding-bottom: 6%;
padding-top: 3%;
padding-bottom: 40%;
padding-top: 10%;
}

span {
Expand Down Expand Up @@ -2844,4 +2844,4 @@ box-shadow: 0px 0px 21px 0px rgba(204,153,255,1); */
background: linear-gradient(343deg, rgba(120, 47, 152, 1) 0%, rgba(5, 50, 129, 1) 82%, rgba(52, 39, 100, 1) 100%);
filter: blur(600px);
z-index: -10;
}
}

0 comments on commit 523e7ee

Please sign in to comment.