File tree Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change 1
1
2
2
// Taxonomies - e.g. Tags, Categories, ...
3
- .taxonomy-terms-cloud {
4
- width : 100% ;
5
- clear : both ;
6
- font-size : 0.8rem ;
7
-
8
- .taxonomy-title {
9
- display : inline-block ;
10
- width : 100% ;
11
- font-size : 1rem ;
12
- font-weight : 700 ;
13
- color : $dark ;
14
- border-bottom : none ;
15
- margin-bottom : 1em ;
16
- padding-bottom : 0.375rem ;
17
- margin-top : 1em ;
18
- }
19
- }
3
+
20
4
.taxonomy-terms-article {
21
5
width : 100% ;
22
6
clear : both ;
32
16
}
33
17
}
34
18
19
+ .taxonomy-terms-cloud {
20
+ width : 100% ;
21
+ clear : both ;
22
+ font-size : 0.8rem ;
23
+
24
+ .taxonomy-title {
25
+ display : inline-block ;
26
+ width : 100% ;
27
+ font-size : 1rem ;
28
+ font-weight : 700 ;
29
+ color : $dark ;
30
+ border-bottom : 1px $dark solid ;
31
+ margin-bottom : 1em ;
32
+ padding-bottom : 0.375rem ;
33
+ margin-top : 1em ;
34
+ }
35
+ }
35
36
36
37
.taxonomy-terms-page {
37
38
max-width : 800px ;
You can’t perform that action at this time.
0 commit comments