Reduce height last viewed
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Jakob Reiter 2023-12-21 10:58:13 +01:00
parent 495d8c85ae
commit a90c1eabeb
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ const filteredProjects = computed(() => {
<style lang="scss" scoped>
.project-grid {
--project-grid-item-height: 150px;
--project-grid-item-height: 100px;
--project-grid-gap: 1rem;
margin: 0; // reset li
list-style-type: none;