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

Rearrange elements in home-card

parent 8a203107
Branches
Tags
No related merge requests found
......@@ -2,13 +2,13 @@
.outer {
width: 90%;
max-width: 600px;
max-width: 400px;
background-color: #bbdefb;
}
.main-heading-primary {
display: block;
font-size: 120%;
font-size: 150%;
font-weight: bold;
text-align: center;
letter-spacing: 10px;
......@@ -19,7 +19,7 @@
.main-heading-secondary {
font-family: sans-serif;
display: block;
font-size: 40%;
font-size: 60%;
text-align: center;
letter-spacing: 10px;
color: mat-color($arsnova-accent,500);
......
<div fxLayout="column" fxLayoutAlign="center center" fxlayoutgap="50px" fxFill>
<div fxLayout="column" fxLayoutAlign="center center" fxlayoutgap="20px" fxFill>
<app-room-join></app-room-join>
<button mat-fab class="fab-extended" color="primary" (click)="createSession()">
<mat-icon class="add">add</mat-icon>
......
......@@ -2,7 +2,7 @@
width: 75%;
height: 40px;
border-radius: 32px;
margin-bottom: 10%;
margin-bottom: 5%;
font-size: large;
}
......
......@@ -3,7 +3,7 @@ mat-form-field {
}
form {
padding-top: 40px;
padding-top: 5%;
}
.demo {
......
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