feat: Enhance navigation with user-specific links and improved styling
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user