improved spacing

pull/33/head
Chris Veilleux 2018-12-20 15:05:59 -06:00
parent 63e54ecf79
commit 0dbe02ce44
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<div id="page-not-found-bg" fxLayout="row" fxLayoutAlign="start stretch">
<div id="page-not-found-fg" fxFlex fxLayout="column" fxLayoutAlign="center center">
<div class="mat-h1" fxFlex="5" fxFlexOffset="20">PAGE NOT FOUND</div>
<div class="mat-h1" fxFlex="10" fxFlexOffset="15">PAGE NOT FOUND</div>
<div class="page-not-found-logo" fxFlex="30"></div>
<div fxFlex fxFlexOffset="5">
<div fxFlex fxFlexOffset.gt-md="5">
<button mat-raised-button class="back-button" (click)="navigateBack()">GO BACK</button>
</div>
</div>