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

Adjust card size on landing page

parent 9c0ffa81
Branches
Tags
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="center"> <div fxLayout="row" fxLayoutAlign="start start">
<mat-card class="outer"> <mat-card class="outer">
<mat-card-header> <mat-card-header>
<mat-card-title> <mat-card-title>
......
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
} }
.outer { .outer {
width: 500px; width: 90%;
height: 90%;
background-color: #bbdefb; background-color: #bbdefb;
} }
...@@ -15,7 +16,7 @@ ...@@ -15,7 +16,7 @@
.main-heading-primary { .main-heading-primary {
display: block; display: block;
font-size: 150%; font-size: 120%;
font-weight: bold; font-weight: bold;
text-align: center; text-align: center;
letter-spacing: 10px; letter-spacing: 10px;
...@@ -26,7 +27,7 @@ ...@@ -26,7 +27,7 @@
.main-heading-secondary { .main-heading-secondary {
font-family: sans-serif; font-family: sans-serif;
display: block; display: block;
font-size: 50%; font-size: 40%;
text-align: center; text-align: center;
letter-spacing: 10px; letter-spacing: 10px;
color: mat-color($arsnova-accent,500); color: mat-color($arsnova-accent,500);
......
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