File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 41
41
.listing-page main {
42
42
padding : 0 ;
43
43
width : 90% ;
44
- margin : 0 var (--vocabulary-page-edges-space );
44
+ margin : 0 var (--vocabulary-page-edges-space ) 6 em ;
45
45
box-sizing : border-box;
46
46
}
47
47
54
54
display : grid;
55
55
grid-template-columns : 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr ;
56
56
margin : 0 0 ;
57
- padding : 0 0 16 em ;
57
+ padding : 0 0 8 em ;
58
58
gap : 10% 5% ;
59
59
box-sizing : border-box;
60
60
width : 100% ;
@@ -265,7 +265,7 @@ footer .donate a {
265
265
266
266
# thumbnaillist {
267
267
gap : 12vw 7% ;
268
- padding : 4em 0 8 em ;
268
+ padding : 4em 0 6 em ;
269
269
}
270
270
271
271
.thumbnailbox {
@@ -300,7 +300,7 @@ footer .donate a {
300
300
/* For listing.html */
301
301
# thumbnaillist {
302
302
gap : 35vw 5% ;
303
- padding : 4em 0 8 em ;
303
+ padding : 4em 0 4 em ;
304
304
}
305
305
306
306
.thumbnailbox {
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ <h3 class="thumbnailtitle">
110
110
111
111
<!-- If the page following this layout is Homepage (index.html), then display the page content here -->
112
112
{% if page.title == "Home" %}
113
- {{content}}
113
+ {{content}}
114
114
{% endif %}
115
115
</ main >
116
116
You can’t perform that action at this time.
0 commit comments