Skip to content

Commit

Permalink
fix: udpate padding
Browse files Browse the repository at this point in the history
  • Loading branch information
2KAbhishek committed Aug 14, 2024
1 parent 3eef6ff commit fea5992
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ h3 {
border-radius: 10px;
margin: 1em 0;
border: 1px solid var(--accent);
padding: 1em;
padding: 1.5em;
text-align: center;
background-color: var(--bg-user);
}
Expand All @@ -206,7 +206,7 @@ h3 {
}

.repo-list p {
padding: 0em 0.5em;
padding: 0.5em;
margin: 0.5em 0;
}

Expand Down Expand Up @@ -236,3 +236,4 @@ h3 {
width: 32%;
}
}

0 comments on commit fea5992

Please sign in to comment.