Change design for project cards

This commit is contained in:
Yorin Anne De Jong 2018-08-10 23:30:36 +02:00
parent e1e053af27
commit 90297af982
1 changed files with 5 additions and 5 deletions

View File

@ -7,10 +7,10 @@ a.nostyle {
.project-card {
position: relative;
box-sizing: border-box;
border-radius: 0.3em;
border-radius: .15em;
border: 0 solid #048;
border-left-width: 0.7em;
box-shadow: 0.1em 0.2em 0.5em 0em rgba(0,0,0,0.3);
border-left-width: .3em;
box-shadow: 0 .1em .3em -.1em rgba(0,0,0,0.5);
overflow: hidden;
top: 0;
min-height: 6em;