1
0

fix: bottom margin of project header

This commit is contained in:
kolaente
2023-04-12 10:28:48 +02:00
parent 48570808e5
commit 1a94496801

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;