* deploy config added

* profile text position shifted upwards
* home link added to the header
This commit is contained in:
Danyi Dávid
2018-05-06 14:21:08 +02:00
parent 2f3577b614
commit 16f44ce6cf
3 changed files with 74 additions and 8 deletions

View File

@@ -23,6 +23,10 @@ a:hover {
text-decoration: underline;
}
header a:hover {
text-decoration: none;
}
article,
section {
font-family: 'Raleway', sans-serif;
@@ -192,7 +196,7 @@ section.article {
section.article > .sidebar {
display: none;
}
.footer-content {
margin: auto;
width: 780px;
@@ -403,7 +407,7 @@ a.awardee,
section.awardee {
display: grid;
grid-column-gap: 20px;
grid-template-rows: 80px 100px auto;
grid-template-rows: 60px 120px auto;
grid-template-areas:
"image year"
"image name"