|
@@ -2186,10 +2186,10 @@ footer.major {
|
2186
|
2186
|
header.major h2:after {
|
2187
|
2187
|
background-color: rgba(255, 255, 255, 0.35);
|
2188
|
2188
|
}
|
2189
|
|
-header.secondary h2 {
|
|
2189
|
+header.major.secondary h2 {
|
2190
|
2190
|
text-align: right;
|
2191
|
2191
|
}
|
2192
|
|
-header.secondary h2:after {
|
|
2192
|
+header.major.secondary h2:after {
|
2193
|
2193
|
position: relative;
|
2194
|
2194
|
left: 88%;
|
2195
|
2195
|
}
|
|
@@ -2878,10 +2878,10 @@ body.is-preload #header.alt .logo {
|
2878
|
2878
|
background-image: -ms-linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
|
2879
|
2879
|
background-image: linear-gradient(90deg, #efa8b0, #a89cc8, #8cc9f0);
|
2880
|
2880
|
}
|
2881
|
|
-#main header.secondary h2 {
|
|
2881
|
+#main header.major.secondary h2 {
|
2882
|
2882
|
text-align: right;
|
2883
|
2883
|
}
|
2884
|
|
-#main header.secondary h2:after {
|
|
2884
|
+#main header.major.secondary h2:after {
|
2885
|
2885
|
position: relative;
|
2886
|
2886
|
left: 88%;
|
2887
|
2887
|
}
|