Make it possible to view projects in more detail

This commit is contained in:
2018-08-09 00:44:55 +02:00
parent adab82964d
commit 34668cb0ea
3 changed files with 40 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
a.nostyle {
text-decoration: none;
color:inherit;
cursor: pointer;
}
.project-card {
position: relative;
box-sizing: border-box;