frontend.css
23 lines
| 1 | .post-views.entry-meta > span { |
| 2 | |
| 3 | margin-right: 0!important; |
| 4 | |
| 5 | font: 16px/1; |
| 6 | |
| 7 | } |
| 8 | |
| 9 | .post-views.entry-meta > span.post-views-icon.dashicons { |
| 10 | |
| 11 | display: inline-block; |
| 12 | |
| 13 | font-size: 16px; |
| 14 | |
| 15 | line-height: 1; |
| 16 | |
| 17 | text-decoration: inherit; |
| 18 | |
| 19 | vertical-align: middle; |
| 20 | |
| 21 | } |
| 22 | |
| 23 |