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

Adjust landingpage-card

parent e3416a34
No related merge requests found
<div fxLayout="column" fxLayoutAlign="center" fxLayoutGap="20px" fxFill> <div fxLayout="column" fxLayoutAlign="center" fxLayoutGap="20px" fxFill>
<div fxLayout="row" fxLayoutAlign="start start"> <div fxLayout="row" fxLayoutAlign="center">
<mat-card class="outer"> <mat-card class="outer">
<mat-card-header> <mat-card-header>
<mat-card-title> <mat-card-title>
......
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
} }
.outer { .outer {
width: 90%; width: 50%;
height: 90%; min-width: 300px;
background-color: #bbdefb; background-color: #bbdefb;
} }
......
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