Skip to content

Commit b99d0f5

Browse files
committed
- rearrange filter layout
1 parent 1e8a69d commit b99d0f5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_sass/_category-filter.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#categories {
1+
#categories, #filter-options {
22
@include user-select(none);
33
font-size: 0.9em;
44
font-style: italic;

index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,13 @@
2222
Welcome to my blog – a collection of posts covering a blend of technology, design, code, and creativity.
2323
</div>
2424

25-
<p style="text-align:right">
25+
<p id="filter-options" style="text-align:right">
2626
<a id="reverse-filter">&#8644; reverse</a> |
2727
<a id="hide-all">hide all</a> |
2828
<a id="show-all">show all</a>
2929
</p>
3030

3131
<p id="categories">
32-
3332
tag filter:
3433
{% assign sorted_categories = site.categories | sort %}
3534
<span>

0 commit comments

Comments
 (0)