Skip to content

Commit 6383010

Browse files
committed
Making padding of tags smaller so they don't overlap when going over several lines.
1 parent bd0461f commit 6383010

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_includes/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ pre {
579579
margin-bottom: 2rem;
580580
}
581581
.post > .post-tags > .item {
582-
padding: 3px 6px;
582+
padding: 1px 9px;
583583
border-radius: 3px;
584584
font-size: 1.1rem;
585585
background: #ededed;

assets/styles/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ pre {
579579
margin-bottom: 2rem;
580580
}
581581
.post > .post-tags > .item {
582-
padding: 3px 6px;
582+
padding: 1px 9px;
583583
border-radius: 3px;
584584
font-size: 1.1rem;
585585
background: #ededed;

assets/styles/pages/_post.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
margin-bottom 2rem
2323

2424
> .post-tags > .item
25-
padding 3px 6px
25+
padding 1px 9px
2626
border-radius 3px
2727
font-size 1.1rem
2828
background epsilon

assets/styles/pages/_tags.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
margin-bottom 6rem
3030
-webkit-font-smoothing antialiased
3131
text-rendering optimizeLegibility
32-
padding 3px 6px
32+
padding 3px 9px
3333
border-radius 3px
3434
font-size 1.3rem
3535
background epsilon

0 commit comments

Comments
 (0)