feat: Enhance navigation with user-specific links and improved styling

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-28 22:07:37 +02:00
parent 61057f775b
commit 06a2f5126f
2 changed files with 53 additions and 0 deletions
+16
View File
@@ -75,6 +75,14 @@
flex-wrap: wrap;
}
.package-card__header > div {
min-width: 0;
}
.package-card__header > div:first-child {
flex: 1 1 0;
}
.package-card__tag {
display: inline-flex;
align-items: center;
@@ -204,6 +212,14 @@
.package-card {
padding: 1.4rem;
}
.package-card__header {
align-items: stretch;
}
.package-card__price {
justify-content: flex-start;
}
}
</style>
{% endblock %}