🚧 wip(css): change in style

Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com>
This commit is contained in:
Abhiraj Roy
2024-06-05 13:58:00 +05:30
parent 170e34e7f6
commit 1aae6b0d81
5 changed files with 35 additions and 32 deletions

View File

@@ -38,9 +38,9 @@ const { project, key, index } = defineProps(['project', 'key', 'index'])
}
#project-card {
border: 1px solid #1E2D3D;
border: 1px solid #FF7F53;
background-color: #011221;
border-radius: 15px;
border-radius: 1px;
max-width: 400px;
}