Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
varshasric4 committed Nov 3, 2024
1 parent 960fd24 commit d43c2f8
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,12 +285,18 @@ body.dark-mode ::-webkit-scrollbar-button {
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
flex-wrap:wrap;
margin-bottom: 20px;
}

.tag {
display: inline-block;
flex: 0 0 25%; /* Each tag will take up 25% of the width */
box-sizing: border-box; /* Ensures padding and border are included in width */
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 20px;
margin: 5px;
padding: 10px 15px;
background-color: #fff;
Expand Down Expand Up @@ -779,10 +785,10 @@ body.dark-mode .footer-button:hover {
.side-icons {
position: fixed;
right: 20px;
top: 30%;
top: 20%;
display: flex;
flex-direction: column;
gap: 15px;
gap: 10px;
}

.icon-content {
Expand Down

0 comments on commit d43c2f8

Please sign in to comment.