.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Captain ALM 2022-07-27 12:11:34 +01:00
parent 8b4b3b5ff0
commit 560650644b
Signed by: alfred
GPG Key ID: 4E4ADD02609997B1
2 changed files with 9 additions and 2 deletions

View File

@ -16,6 +16,10 @@ main{
.centered{ .centered{
text-align: center; text-align: center;
} }
.content > p{
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.header{ .header{
position: fixed; position: fixed;
top: 0; top: 0;
@ -28,6 +32,9 @@ main{
overflow: hidden; overflow: hidden;
text-align: center; text-align: center;
} }
.sort-button{
cursor: pointer;
}
.home-button > div, .sort-button > div{ .home-button > div, .sort-button > div{
display: inline; display: inline;
font-size: 60px; font-size: 60px;

View File

@ -50,7 +50,7 @@
</div> </div>
</div> </div>
<div> <div>
<div class="item-table-full"> <div class="item-table-full content">
<div>{{ .Data.About.GetContent }}</div> <div>{{ .Data.About.GetContent }}</div>
</div> </div>
<div class="item-table-360"> <div class="item-table-360">
@ -75,7 +75,7 @@
</div> </div>
</div> </div>
<div> <div>
<div class="item-table-full"> <div class="item-table-full content">
<div>{{ .GetContent }}</div> <div>{{ .GetContent }}</div>
</div> </div>
<div class="item-table-360"> <div class="item-table-360">