This commit is contained in:
Hugo Lextrait 2023-04-17 17:39:53 +02:00
parent 32f520506f
commit f3b178c58b
10 changed files with 13 additions and 14 deletions

View File

@ -21,5 +21,4 @@ version: 0.0.1
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: 0.4.1
appVersion: 0.4.2

View File

@ -28,7 +28,7 @@
}
.container {
>:first-child {
> :first-child {
margin-bottom: 12px;
}
}

View File

@ -72,12 +72,12 @@
margin-left: 0;
margin-top: 12px;
>* {
> * {
flex: 1;
}
}
>* {
> * {
width: 100%;
}
}

View File

@ -1,3 +1,3 @@
{
"version": "v0.4.1"
"version": "v0.4.2"
}