Merge remote-tracking branch 'origin/dev' into dev

# Conflicts:
#	src/app/app.module.ts
#	src/app/home/home.component.html
#	src/app/home/home.component.ts
This commit is contained in:
2023-04-03 14:58:32 +02:00
7 changed files with 377 additions and 54 deletions

View File

@@ -3,6 +3,10 @@
align-items: center;
justify-content: center;
flex-direction: column;
position: absolute;
top: 35%;
left: 50%;
transform: translate(-50%, -50%);
}
input {
@@ -11,11 +15,17 @@ input {
align-items: center;
}
.list {
#list {
width: 500px;
justify-content: center;
align-items: center;
align-content: center;
margin-top: 10px;
}
#list > li {
}
.bg-image {