Update frontpage

Use list instead of search as the frontpage
This commit is contained in:
Angelos Chalaris
2019-08-24 12:22:20 +03:00
parent 96b5d1b352
commit f69898f88d
6 changed files with 99 additions and 215 deletions

View File

@ -33,6 +33,7 @@ header.menu {
transition: 0.3s ease all;
grid-area: content;
overflow: auto;
overflow-x: hidden;
background: var(--back-color);
&::-webkit-scrollbar-track {
background-color: var(--scrollbar-back-color);