Skip to content

Commit 513d011

Browse files
authored
Update index.html
- add a little space to the header
1 parent 8b3a586 commit 513d011

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
.filter-item.active {background:var(--primary); color:white;}
112112
.clear-search {position:absolute; right:2.5rem; top:50%; transform:translateY(-50%); color:#6c757d; cursor:pointer; font-size:0.8rem; display:none;}
113113
@media (max-width:768px) {
114-
.header-content {flex-wrap:wrap; height:auto; padding:1rem 0;}
114+
.header-content {flex-wrap:wrap; height:auto; padding:1rem 0; margin: 0 1rem;}
115115
.search-bar {width:100%; margin-top:1rem; order:3;}
116116
.view-controls {margin-top:1rem;}
117117
.grid-view {grid-template-columns:repeat(auto-fill, minmax(160px, 1fr));}
@@ -574,4 +574,4 @@ <h3 class="card-title" title="${item.title}">${item.title}</h3>
574574
<!--<script src="util/chatbot/chatbot.js"></script>-->
575575
<script data-goatcounter="https://gptgames.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
576576
</body>
577-
</html>
577+
</html>

0 commit comments

Comments
 (0)