File tree Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Expand file tree Collapse file tree 4 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -579,14 +579,15 @@ pre {
579579 margin-bottom : 2rem ;
580580}
581581.post > .post-tags > .item {
582- padding : 3 px 6 px ;
582+ padding : 2 px 8 px ;
583583 border-radius : 3px ;
584584 font-size : 1.1rem ;
585585 background : # ededed ;
586586 color : # 666 ;
587587 letter-spacing : 1px ;
588- margin : 0 0.5 rem ;
588+ margin : 3 px 1 px ;
589589 text-decoration : none;
590+ display : inline-block;
590591}
591592.post > h2 ,
592593.post > h3 ,
@@ -633,7 +634,7 @@ pre {
633634 margin-bottom : 6rem ;
634635 -webkit-font-smoothing : antialiased;
635636 text-rendering : optimizeLegibility;
636- padding : 3px 6 px ;
637+ padding : 3px 9 px ;
637638 border-radius : 3px ;
638639 font-size : 1.3rem ;
639640 background : # ededed ;
Original file line number Diff line number Diff line change @@ -579,14 +579,15 @@ pre {
579579 margin-bottom : 2rem ;
580580}
581581.post > .post-tags > .item {
582- padding : 3 px 6 px ;
582+ padding : 2 px 8 px ;
583583 border-radius : 3px ;
584584 font-size : 1.1rem ;
585585 background : # ededed ;
586586 color : # 666 ;
587587 letter-spacing : 1px ;
588- margin : 0 0.5 rem ;
588+ margin : 3 px 1 px ;
589589 text-decoration : none;
590+ display : inline-block;
590591}
591592.post > h2 ,
592593.post > h3 ,
@@ -633,7 +634,7 @@ pre {
633634 margin-bottom : 6rem ;
634635 -webkit-font-smoothing : antialiased;
635636 text-rendering : optimizeLegibility;
636- padding : 3px 6 px ;
637+ padding : 3px 9 px ;
637638 border-radius : 3px ;
638639 font-size : 1.3rem ;
639640 background : # ededed ;
Original file line number Diff line number Diff line change 2222 margin-bottom 2rem
2323
2424 > .post-tags > .item
25- padding 3 px 6 px
25+ padding 2 px 8 px
2626 border-radius 3px
2727 font-size 1.1rem
2828 background epsilon
2929 color alpha
3030 letter-spacing 1px
31- margin 0 .5 rem
31+ margin 3 px 1 px
3232 text-decoration none
33+ display inline-block
3334
3435 // general style
3536 > h2 ,
Original file line number Diff line number Diff line change 2929 margin-bottom 6rem
3030 -webkit- font-smoothing antialiased
3131 text-rendering optimizeLegibility
32- padding 3px 6 px
32+ padding 3px 9 px
3333 border-radius 3px
3434 font-size 1.3rem
3535 background epsilon
You can’t perform that action at this time.
0 commit comments