This commit is contained in:
parent
8b4b3b5ff0
commit
560650644b
7
base.css
7
base.css
@ -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;
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user