mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-06-28 23:25:13 +00:00
Grid logo and title is centered using grid layout
This commit is contained in:
@ -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 {}
|
||||
|
Reference in New Issue
Block a user