fix: bottom margin of project header

This commit is contained in:
kolaente 2023-04-12 10:28:48 +02:00
parent 4c0f16905b
commit 56557fc0b4
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ const projects = computed(() => {
justify-content: space-between;
align-items: center;
gap: 1rem;
margin-bottom: 1rem;
@media screen and (max-width: $tablet) {
flex-direction: column;