Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Deeptanu2005 committed Jun 1, 2024
1 parent 0d8a3df commit 9c865c4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ h1 {
}

.add-link input {
margin-top: 8px;
padding: 10px;
font-size: 1.2em;
width: 70%;
Expand All @@ -50,7 +51,8 @@ h1 {
}

.add-link button {
padding: 10px;
margin-top: 8px;
padding: 12px;
font-size: 1.2em;
border: none;
background: #000000;
Expand Down Expand Up @@ -129,7 +131,8 @@ main {
}

#new-category {
padding: 10px 35px 10px 10px;
margin-top: 8px;
padding: 14px 35px 11px 10px;
font-size: 1em;
border: 2px solid #333;
border-radius: 5px;
Expand Down

0 comments on commit 9c865c4

Please sign in to comment.