Skip to content

Commit 180d658

Browse files
committed
no border radius
1 parent 7c9f8cf commit 180d658

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

frontend/stylesheets/pages/_major-project.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,13 @@
2424
}
2525

2626
.skill-tag {
27-
display: block;
27+
display: block;
2828
float: left;
2929
background: #d979e3;
30-
padding: 5px 10px;
30+
padding: 4px 30px 4px 8px;
31+
margin: 2px 5px;
32+
color: #444;
33+
border-radius: 5px;
3134
}
3235

3336
.skill-tag:after {

0 commit comments

Comments
 (0)