Revert "feat: Reduce height of history for better viewing of tasks"

This reverts commit bb5e4b56a3.
This commit is contained in:
Jakob Reiter 2023-12-21 10:30:54 +01:00
parent 14bf05039d
commit 4765f1487b
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: 100px;
--project-grid-item-height: 150px;
--project-grid-gap: 1rem;
margin: 0; // reset li
list-style-type: none;