Merge Edge with data #1

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

View File

@ -99,7 +99,7 @@ main{
} }
.item-table{ .item-table{
display: table; display: table;
width: 100%; width: 90%;
box-sizing: content-box; box-sizing: content-box;
background-color: transparent; background-color: transparent;
} }

View File

@ -3,6 +3,9 @@ body{
background-color: #050506; background-color: #050506;
border-color: #696969; border-color: #696969;
} }
a{
color: #9090f0;
}
.header, .nav{ .header, .nav{
background-color: #1d1d1e; background-color: #1d1d1e;
} }

View File

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