feat: sytling

This commit is contained in:
eneller
2025-04-05 16:33:46 +02:00
parent ee598e4810
commit bceaf6904a
2 changed files with 5 additions and 2 deletions

View File

@@ -18,7 +18,6 @@ body{
font-size:18px;
color:var(--fg);
padding:0 .2em;
text-align: center;
justify-content: center;
}
@@ -87,6 +86,10 @@ a:hover, a:any-link{
height: 100%;
padding: 1px;
}
.pagination{
display: flex;
justify-content: center;
}
.pagination a{
padding-left: 2em;
}

View File

@@ -16,8 +16,8 @@
<img src="{% static 'github.svg' %}" alt="GitHub" class="header-icon">
</a>
</div>
<small>{{ page.paginator.count }} Ergebnisse gefunden:</small>
<table id="table">
<caption>{{ page.paginator.count }} Ergebnisse gefunden:</caption>
<thead>
<tr>
<th></th>