Merge Edge with data #1

Merged
alfred merged 49 commits from edge into master 2022-07-27 14:13:41 +01:00
2 changed files with 9 additions and 2 deletions
Showing only changes of commit 560650644b - Show all commits

View File

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

View File

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