update tags css

This commit is contained in:
Dean Attali 2016-07-27 16:45:49 -07:00 committed by GitHub
parent 901f99e7a8
commit dbab1c3cf6
1 changed files with 13 additions and 7 deletions

View File

@ -337,7 +337,7 @@ footer .theme-by {
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #999;
font-size: 15px;
padding-top: 5px;
margin-bottom: 30px;
}
.blog-tags a {
@ -347,16 +347,22 @@ footer .theme-by {
}
.blog-tags a:hover {
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
-moz-border-radius-bottomright: 2px;
-moz-border-radius-bottomleft: 2px;
-webkit-border-radius: 2px 2px 2px 2px;
border-radius: 2px 2px 2px 2px;
border-radius: 2px;
color: #008AFF;
background-color: #CCC;
}
.post-preview .blog-tags {
margin-top: 5px;
margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
.post-preview .blog-tags {
margin-top: 10px;
}
}
/* --- Post and page headers --- */
.intro-header {