Skip to content

Commit 488a30d

Browse files
committed
Beautified the tags.
1 parent 6a93bac commit 488a30d

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

assets/css/_src/main.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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: .25rem .5rem;
431-
margin-bottom: .2rem;
430+
padding: .3rem .5rem;
431+
margin-bottom: .3rem;
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.55em;
981-
padding: 4px 8px 5px;
980+
border-radius: 0.7em;
981+
padding: 6px 8px 7px;
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

tabs/tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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] %}

0 commit comments

Comments
 (0)