@finema/finework-layer 1.0.15 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.16](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.15...1.0.16) (2026-03-23)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* adjust main container max-width for improved layout ([7a0f2ac](https://gitlab.finema.co/finema/finework/finework-frontend-layer/commit/7a0f2acdd6f5770d1872a7f6ea71ed39eb1a2997))
|
|
8
|
+
|
|
3
9
|
## [1.0.15](https://gitlab.finema.co/finema/finework/finework-frontend-layer/compare/1.0.14...1.0.15) (2026-03-18)
|
|
4
10
|
|
|
5
11
|
### Bug Fixes
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
</div>
|
|
55
55
|
</div>
|
|
56
56
|
</nav>
|
|
57
|
-
<main class="mx-auto w-full
|
|
57
|
+
<main class="mx-auto w-full flex-1 px-4 pb-20 md:px-10">
|
|
58
58
|
<div
|
|
59
59
|
v-if="app.pageMeta.title"
|
|
60
60
|
class="mb-4 flex flex-col justify-between gap-1 md:mb-6 md:gap-4 lg:flex-row lg:items-center"
|