|
@@ -1779,7 +1779,6 @@ textarea {
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
font-size: 2.4rem;
|
|
font-size: 2.4rem;
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
- letter-spacing: 1;
|
|
|
|
margin-bottom: 36px;
|
|
margin-bottom: 36px;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
@@ -2171,8 +2170,8 @@ object {
|
|
position: relative;
|
|
position: relative;
|
|
width: 100%;
|
|
width: 100%;
|
|
-webkit-transition: max-height 0.425s ease-in-out;
|
|
-webkit-transition: max-height 0.425s ease-in-out;
|
|
- -moz-transition: max-height all 0.425s ease-in-out;
|
|
|
|
- transition: max-height all 0.425s ease-in-out;
|
|
|
|
|
|
+ -moz-transition: max-height 0.425s ease-in-out;
|
|
|
|
+ transition: max-height 0.425s ease-in-out;
|
|
}
|
|
}
|
|
|
|
|
|
.main-navigation.toggled > div {
|
|
.main-navigation.toggled > div {
|
|
@@ -2692,6 +2691,6 @@ object {
|
|
.site-branding .custom-logo {
|
|
.site-branding .custom-logo {
|
|
height: auto;
|
|
height: auto;
|
|
max-width: 90vw;
|
|
max-width: 90vw;
|
|
- max-height: auto;
|
|
|
|
|
|
+ max-height: 1000%;
|
|
}
|
|
}
|
|
}
|
|
}
|