Update homepage to act as a hub for projects

This commit is contained in:
Angelos Chalaris
2019-08-29 13:32:40 +03:00
parent 4ea4a2a169
commit 311b373ab7
2 changed files with 47 additions and 8 deletions

View File

@ -112,6 +112,21 @@ img.website-logo {
font-size: 1rem;
}
}
.index-spacer {
height: 2.5vh;
}
.index-light-sub {
color: var(--fore-color-darker);
font-size: 1rem;
text-align: center;
transition: 0.3s ease all;
line-height: 2;
margin: 0.125rem 1.25rem 0px;
a, a:link, a:visited {
color: inherit;
font-weight: 600;
}
}
// Page title
.page-title {