feat: sytling
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user