|
@@ -3658,13 +3658,11 @@ p:not(.site-title) a:hover {
|
|
*/
|
|
*/
|
|
#masthead {
|
|
#masthead {
|
|
border-bottom: 1px solid #f3f3f3;
|
|
border-bottom: 1px solid #f3f3f3;
|
|
- position: fixed;
|
|
|
|
- z-index: 9999;
|
|
|
|
background: white;
|
|
background: white;
|
|
- width: 100%;
|
|
|
|
-webkit-transition: all .25s ease-in-out;
|
|
-webkit-transition: all .25s ease-in-out;
|
|
-moz-transition: all .25s ease-in-out;
|
|
-moz-transition: all .25s ease-in-out;
|
|
transition: all .25s ease-in-out;
|
|
transition: all .25s ease-in-out;
|
|
|
|
+ width: 100%;
|
|
}
|
|
}
|
|
|
|
|
|
#masthead .site-header-wrapper {
|
|
#masthead .site-header-wrapper {
|
|
@@ -3675,14 +3673,12 @@ p:not(.site-title) a:hover {
|
|
-webkit-align-items: center;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
- width: calc(100% - 1.5em);
|
|
|
|
}
|
|
}
|
|
|
|
|
|
#masthead .site-header-wrapper .site-branding {
|
|
#masthead .site-header-wrapper .site-branding {
|
|
-webkit-transition: margin-top .25s ease-in-out;
|
|
-webkit-transition: margin-top .25s ease-in-out;
|
|
-moz-transition: margin-top .25s ease-in-out;
|
|
-moz-transition: margin-top .25s ease-in-out;
|
|
transition: margin-top .25s ease-in-out;
|
|
transition: margin-top .25s ease-in-out;
|
|
- margin-right: 1.5em;
|
|
|
|
margin-left: auto;
|
|
margin-left: auto;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -3768,20 +3764,16 @@ p:not(.site-title) a:hover {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-@media only screen and (max-width: 559px) {
|
|
|
|
- #masthead {
|
|
|
|
- max-height: 100%;
|
|
|
|
- overflow-y: scroll;
|
|
|
|
- }
|
|
|
|
- #masthead .site-header-wrapper {
|
|
|
|
- width: 100%;
|
|
|
|
- }
|
|
|
|
- #masthead .site-header-wrapper .site-branding {
|
|
|
|
- margin-right: 0;
|
|
|
|
- }
|
|
|
|
|
|
+@media only screen and (min-width: 560px) {
|
|
.site-header {
|
|
.site-header {
|
|
- position: relative;
|
|
|
|
|
|
+ padding-left: 32px;
|
|
|
|
+ padding-right: 32px;
|
|
|
|
+ position: fixed;
|
|
|
|
+ z-index: 9999;
|
|
}
|
|
}
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+@media only screen and (max-width: 559px) {
|
|
.site-title,
|
|
.site-title,
|
|
.site-description {
|
|
.site-description {
|
|
font-size: 1.728rem;
|
|
font-size: 1.728rem;
|
|
@@ -3789,23 +3781,6 @@ p:not(.site-title) a:hover {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-/**
|
|
|
|
- * 3. Main Wrapper and Content
|
|
|
|
- */
|
|
|
|
-.site-content {
|
|
|
|
- padding-top: 4.75em;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-.home.page.hide-homepage-title .site-content .site-main {
|
|
|
|
- padding-top: 0;
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
-@media only screen and (max-width: 559px) {
|
|
|
|
- .home.page.hide-homepage-title .site-content {
|
|
|
|
- padding-top: 4em;
|
|
|
|
- }
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* 4. Navigation
|
|
* 4. Navigation
|
|
*/
|
|
*/
|