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

Center home-view vertically

parent a0e43e5e
No related merge requests found
<div fxLayout="column" fxLayoutAlign="center" fxLayoutGap="20px" fxFill> <div fxLayout="column" fxLayoutAlign="center" fxLayoutGap="20px" fxFill class="home">
<div fxLayout="row" fxLayoutAlign="center"> <div fxLayout="row" fxLayoutAlign="center">
<h1> <h1>
<span class="main-heading-secondary" aria-hidden="true">{{ 'login.welcome' | translate }}</span> <span class="main-heading-secondary" aria-hidden="true">{{ 'login.welcome' | translate }}</span>
......
...@@ -24,6 +24,10 @@ ...@@ -24,6 +24,10 @@
animation: moveInRight 1s ease-out; animation: moveInRight 1s ease-out;
} }
.home {
margin-top: 20%;
}
@keyframes moveInLeft { @keyframes moveInLeft {
0% { 0% {
opacity: 0; opacity: 0;
......
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