Skip to content

Commit 9497c77

Browse files
committed
enhanced the pargin and padding for #thumbnillist
1 parent 0656bb3 commit 9497c77

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/_assets/css/style.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ code {
4141
.listing-page main {
4242
padding: 0;
4343
width: 90%;
44-
margin: 0 var(--vocabulary-page-edges-space);
44+
margin: 0 var(--vocabulary-page-edges-space) 6em;
4545
box-sizing: border-box;
4646
}
4747

@@ -54,7 +54,7 @@ code {
5454
display: grid;
5555
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
5656
margin: 0 0;
57-
padding: 0 0 16em;
57+
padding: 0 0 8em;
5858
gap: 10% 5%;
5959
box-sizing: border-box;
6060
width: 100%;
@@ -265,7 +265,7 @@ footer .donate a {
265265

266266
#thumbnaillist {
267267
gap: 12vw 7%;
268-
padding: 4em 0 8em;
268+
padding: 4em 0 6em;
269269
}
270270

271271
.thumbnailbox {
@@ -300,7 +300,7 @@ footer .donate a {
300300
/* For listing.html */
301301
#thumbnaillist {
302302
gap: 35vw 5%;
303-
padding: 4em 0 8em;
303+
padding: 4em 0 4em;
304304
}
305305

306306
.thumbnailbox {

docs/_layouts/listing.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h3 class="thumbnailtitle">
110110

111111
<!-- If the page following this layout is Homepage (index.html), then display the page content here -->
112112
{% if page.title == "Home" %}
113-
{{content}}
113+
{{content}}
114114
{% endif %}
115115
</main>
116116

0 commit comments

Comments
 (0)