Skip to content
Snippets Groups Projects

Resolve "Fix transition in title_image.html"

Merged Huste, Tobias requested to merge fix-transition into master
2 files
+ 22
5
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -36,8 +36,9 @@ $transition-slope-min-width: 3.65rem; /* ~73px (1) */
/* --- header --- */
$header-content-min-height: $logo-min-height;
$header-min-height: $header-content-min-height
+ 2 * $document-top-margin
$header-box-min-height: $header-content-min-height
+ 2 * $document-top-margin;
$header-min-height: $header-box-min-height
+ $transition-min-height;
/* --- Title Image --- */
Loading