Skip to content

Commit

Permalink
no border radius
Browse files Browse the repository at this point in the history
  • Loading branch information
Mobmaker55 committed Sep 15, 2024
1 parent 7c9f8cf commit 180d658
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions frontend/stylesheets/pages/_major-project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,13 @@
}

.skill-tag {
display: block;
display: block;
float: left;
background: #d979e3;
padding: 5px 10px;
padding: 4px 30px 4px 8px;
margin: 2px 5px;
color: #444;
border-radius: 5px;
}

.skill-tag:after {
Expand Down

0 comments on commit 180d658

Please sign in to comment.