Skip to content
Snippets Groups Projects
Commit e3b9b775 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Fix view for moderators too

parent d2446254
No related merge requests found
......@@ -6,6 +6,7 @@ mat-card {
min-height: 350px;
max-height: 600px;
background-color: var(--surface)!important;
margin-top: 7%;
}
mat-card-content > :first-child {
......@@ -73,7 +74,7 @@ mat-card-content > :first-child {
}
mat-grid-list {
margin: 8% 0 10% 0;
margin-top: 0;
max-height: 50%!important;
}
......
......@@ -25,7 +25,7 @@
}
.home {
margin-top: 20%;
margin-top: 10%;
}
@keyframes moveInLeft {
......
......@@ -6,6 +6,7 @@ mat-card {
min-height: 350px;
max-height: 600px;
background-color: var(--surface)!important;
margin-top: 5%;
}
mat-card-content > :first-child {
......@@ -73,7 +74,7 @@ mat-card-content > :first-child {
}
mat-grid-list {
margin: 8% 0 10% 0;
margin: 0;
}
.second {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment