removed 1rem top margin for project description (#2523)

Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
June 2024-11-03 09:32:29 +00:00 committed by GitHub
parent b5011f458f
commit 783d4f82d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -124,8 +124,4 @@ export default defineNuxtComponent({
.markdown-disclaimer {
margin-block: 1rem;
}
.universal-card {
margin-top: 1rem;
}
</style>