Grid logo and title is centered using grid layout

This commit is contained in:
Gabor PEK
2018-03-05 16:25:44 +01:00
parent a3ab5f52b6
commit f6843b21b6
7 changed files with 154 additions and 38 deletions

View File

@ -1,5 +1,25 @@
//
// Spaces
//
$space: 24px;
$sxlarge: 9 * $space;
$xxxlarge: 6 * $space;
$xxlarge: 4 * $space;
$xlarge: 2 * $space;
$large: 1.5 * $space;
$medium: $space;
$small: 0.75 * $space;
$tiny: 0.5 * $space;
$hair: 0.25 * $space;
$nano: 0.125 * $space;
$tao-navbar-height: 67px;
.tfw-first-row {
height: 40vh;
margin-top: $tao-navbar-height + $space;
}
.tfw-second-row {}