💄 style(projects): add border-radius and cleaner shadow

This commit is contained in:
welpo 2023-09-19 16:45:10 +02:00
parent aa090f1694
commit e78451dbba
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

View File

@ -8,7 +8,8 @@
}
.card {
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
border-radius: 5px;
background: var(--bg-2);
min-height: 100px;
overflow: hidden;