Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/joway/hugo-theme-yinyang.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoway.CI <joway.w@gmail.com>2021-01-23 11:35:06 +0300
committerJoway.CI <joway.w@gmail.com>2021-01-23 11:35:06 +0300
commit93cf7c5043efc3dd530fc653db6d42dd2dbc6c34 (patch)
tree8ceb74e84ed9d13ef927816ea41f5d72f173820d
parent0ea6a6bc53d16d2f4b7ee5fdd88b8b22fb3e0bf5 (diff)
feat: tag radius
-rw-r--r--static/css/index.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/css/index.css b/static/css/index.css
index 554f3a7..5310390 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -113,8 +113,9 @@ a:hover {
}
.posts-category {
- padding: 3px;
+ padding: 3px 0;
border: #000 2px solid;
+ border-radius: 5px;
margin-bottom: 3px;
}