Skip to content

Commit dbab1c3

Browse files
authored
update tags css
1 parent 901f99e commit dbab1c3

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

css/main.css

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ footer .theme-by {
337337
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
338338
color: #999;
339339
font-size: 15px;
340-
padding-top: 5px;
340+
margin-bottom: 30px;
341341
}
342342

343343
.blog-tags a {
@@ -347,16 +347,22 @@ footer .theme-by {
347347
}
348348

349349
.blog-tags a:hover {
350-
-moz-border-radius-topleft: 2px;
351-
-moz-border-radius-topright: 2px;
352-
-moz-border-radius-bottomright: 2px;
353-
-moz-border-radius-bottomleft: 2px;
354-
-webkit-border-radius: 2px 2px 2px 2px;
355-
border-radius: 2px 2px 2px 2px;
350+
border-radius: 2px;
356351
color: #008AFF;
357352
background-color: #CCC;
358353
}
359354

355+
.post-preview .blog-tags {
356+
margin-top: 5px;
357+
margin-bottom: 0;
358+
}
359+
360+
@media only screen and (min-width: 768px) {
361+
.post-preview .blog-tags {
362+
margin-top: 10px;
363+
}
364+
}
365+
360366
/* --- Post and page headers --- */
361367

362368
.intro-header {

0 commit comments

Comments
 (0)