Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
fixed responsive tags in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Feb 27, 2015
1 parent 90cd34a commit 5b525e8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
2 changes: 1 addition & 1 deletion assets/css/uno.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/uno.js

Large diffs are not rendered by default.

10 changes: 6 additions & 4 deletions assets/scss/components/_media-queries.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,12 @@
&.older {
margin: 0 0 10px;
}
&.tags {
> a {
display: inline-block;
margin: .2rem 0;
&.meta {
&.tags {
> a {
display: inline-block;
margin: .2rem 0;
}
}
}
}
Expand Down
5 changes: 1 addition & 4 deletions assets/scss/components/_post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,9 @@
> a {
padding: .167rem .25rem;
font-size: .55rem;
color: darken($primary-color,
100%);
color: $gray-lightest;
text-transform: uppercase;
background-color: rgba($primary-color,
.7);
background-color: rgba($primary-color, .7);
border-radius: .25rem;
transition: all $aside-animation-time;

Expand Down
4 changes: 1 addition & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uno-zen",
"description": "Minimalist and Elegant theme for Ghost",
"version": "1.3.2",
"version": "2.0.1",
"authors": [
"Kiko Beats <[email protected]>"
],
Expand All @@ -10,8 +10,6 @@
"fastclick": "*",
"ghostHunter": "git://github.com/i11ume/ghostHunter.git",
"pace": "*",
"parrot-module-device": "*",
"parrotjs": "*",
"reading-time": "*"
},
"ignore": [
Expand Down

0 comments on commit 5b525e8

Please sign in to comment.