Skip to content

Commit 4b69214

Browse files
committed
better styling
1 parent d0befcd commit 4b69214

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

_includes/sub-category.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<a href="#{{ main_category }}">
1111
<h2 id="{{ main_category }}" class="supra_category">
1212
{{ main_category }}
13-
<span class="category_icon">&#9739;<span>
13+
<span class="category_icon">&#9739;</span>
1414
</h2>
1515
</a>
1616

_sass/projects.scss

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@
1313
}
1414

1515
.supra_category {
16-
font-size: 40px;
16+
font-size: 22px;
1717
color: black;
1818
text-align: left;
1919
}
2020

2121
.category_icon {
22-
font-size: 16px;
22+
font-size: 12px;
2323
weight: none !important;
2424
vertical-align: middle;
2525
color: blue;
2626
}
2727

2828
.list_category {
29-
padding-bottom: 50px;
29+
padding-bottom: 40px;
3030
}
3131

3232
summary {
@@ -70,9 +70,10 @@
7070
}
7171

7272
.list_out {
73-
padding-bottom: 18px;
73+
padding-bottom: 8px;
7474
margin-bottom: 6px;
7575
margin-right: 10px;
76+
margin-left: 12px;
7677
border-bottom: 1px solid LightGray;
7778
}
7879

@@ -81,8 +82,8 @@
8182
}
8283

8384
.content {
84-
padding-top: 15px;
85-
padding-left: 10px;
85+
padding-top: 16px;
86+
padding-left: 12px;
8687
}
8788
}
8889

0 commit comments

Comments
 (0)