Merge Edge with sort and resize #2

Merged
alfred merged 64 commits from edge into master 2022-07-28 01:51:14 +01:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 4dc4abf229 - Show all commits

View File

@ -89,6 +89,7 @@ main{
padding: 3px 0; padding: 3px 0;
border-style: solid; border-style: solid;
border-width: 1px; border-width: 1px;
vertical-align: top;
} }
.item-table{ .item-table{
display: table; display: table;
@ -104,6 +105,7 @@ main{
border-style: solid; border-style: solid;
border-width: 1px; border-width: 1px;
background-color: transparent; background-color: transparent;
vertical-align: top;
} }
.item-table-full{ .item-table-full{
width: 100%; width: 100%;

View File

@ -35,7 +35,7 @@
<h1>{{ .Data.About.Title }}</h1> <h1>{{ .Data.About.Title }}</h1>
</div> </div>
<div class="item-table-half"> <div class="item-table-half">
<h1>Email:</h1> <a href="mailto:{{ .Data.About.ContactEmail }}">{{ .Data.About.ContactEmail }}</a> <h1>Email: <a href="mailto:{{ .Data.About.ContactEmail }}">{{ .Data.About.ContactEmail }}</a></h1>
</div> </div>
</div> </div>
<div> <div>