File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -425,10 +425,10 @@ footer .license a {
425425 line-height : 1rem ;
426426 font-size : 0.85rem ;
427427 background : none ;
428- border : 1px solid #ced4da ;
428+ border : 1px solid #e9ecef ;
429429 border-radius : .8rem ;
430- padding : .25 rem .5rem ;
431- margin-bottom : .2 rem ;
430+ padding : .3 rem .5rem ;
431+ margin-bottom : .3 rem ;
432432}
433433
434434#panel-tags .post-tag :hover {
@@ -977,12 +977,12 @@ table tbody td {
977977/* --- Tab Tags and Tag-Page ---*/
978978
979979.tag {
980- border-radius : 0.55 em ;
981- padding : 4 px 8px 5 px ;
980+ border-radius : 0.7 em ;
981+ padding : 6 px 8px 7 px ;
982982 margin-right : .8rem ;
983983 line-height : 3rem ;
984984 letter-spacing : 0 ;
985- border : 1px solid #c5c6c7 !important ;
985+ border : 1px solid #dee2e6 !important ;
986986 box-shadow : 0 0 3px 0 #e9ecef ;
987987}
988988
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ title: Tags
1010 'site.tags' looks like a Map, e.g. site.tags.MyTag.[ Post0, Post1, ... ]
1111 Print the {{ site.tags }} will help you to understand it.
1212{% endcomment %}
13- <div id =" tags " class =" d-flex flex-wrap " >
13+ <div id =" tags " class =" d-flex flex-wrap ml-xl-2 mr-xl-2 " >
1414{% assign tags = "" | split: "" %}
1515{% for t in site.tags %}
1616 {% assign tags = tags | push: t[ 0] %}
You can’t perform that action at this time.
0 commit comments