feat: sytling
This commit is contained in:
@@ -18,7 +18,6 @@ body{
|
|||||||
font-size:18px;
|
font-size:18px;
|
||||||
color:var(--fg);
|
color:var(--fg);
|
||||||
padding:0 .2em;
|
padding:0 .2em;
|
||||||
text-align: center;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -87,6 +86,10 @@ a:hover, a:any-link{
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
padding: 1px;
|
padding: 1px;
|
||||||
}
|
}
|
||||||
|
.pagination{
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
.pagination a{
|
.pagination a{
|
||||||
padding-left: 2em;
|
padding-left: 2em;
|
||||||
}
|
}
|
||||||
@@ -16,8 +16,8 @@
|
|||||||
<img src="{% static 'github.svg' %}" alt="GitHub" class="header-icon">
|
<img src="{% static 'github.svg' %}" alt="GitHub" class="header-icon">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<small>{{ page.paginator.count }} Ergebnisse gefunden:</small>
|
|
||||||
<table id="table">
|
<table id="table">
|
||||||
|
<caption>{{ page.paginator.count }} Ergebnisse gefunden:</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th></th>
|
<th></th>
|
||||||
|
|||||||
Reference in New Issue
Block a user