Compare commits

..

No commits in common. "9de0eeddea5e1ee629f8584dcef41e481db63ff1" and "c3fd520578073c012af21620b3dd6df9e194b681" have entirely different histories.

2 changed files with 6 additions and 17 deletions

View file

@ -16,7 +16,6 @@ html {
// nav
// aside
// h1-h6
// hgroup
// header
// footer
@ -175,12 +174,15 @@ h1 {
margin: $space_large 0 $space_small;
}
h1+h1 {
margin-top: 0;
}
h2 {
@extend %head_2;
margin: $space_medium 0 $space_small;
}
h1+h1,
h2+h2 {
margin-top: 0;
}
@ -210,19 +212,6 @@ h6 {
font-weight: bold;
}
hgroup {
&>h1,
&>h2 {
margin-bottom: 0;
}
&>p {
margin-bottom: $space_small;
}
}
// Header
// -----------------------------------------------------------------------------
header {

View file

@ -235,8 +235,8 @@ $duration_double: $duration_basic * 2;
$duration_long: 2s !default;
$timing_basic: ease-out !default;
$transition_best: flex 500ms cubic-bezier(0, 0, 0.2, 1.4), background 800ms ease;
$transition_hide: opacity $duration_double;
$transition_show: opacity $duration_long;
$transition_hide: opacity $duration_long;
$transition_show: opacity $duration_double;