We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c8e8ad commit 89295abCopy full SHA for 89295ab
homepage/homepage.css
@@ -4780,7 +4780,7 @@ body {
4780
}
4781
4782
.ctas .btn.cookies::before {
4783
- content: 'Cookies Disabled';
+ content: 'Cookies disabled';
4784
4785
4786
@keyframes loader {
@@ -4842,6 +4842,23 @@ body {
4842
font-weight: inherit;
4843
4844
4845
+@media only screen and (min-width:750px) {
4846
+
4847
+ .ft {
4848
+ justify-content: center;
4849
+ align-items: center;
4850
+ }
4851
4852
+ .ft__half {
4853
+ width: auto !important;
4854
4855
4856
+ #hero .pdxParent--smartphones::after {
4857
+ content: unset;
4858
4859
4860
+}
4861
4862
body {
4863
text-rendering: optimizeLegibility;
4864
font-feature-settings: "kern";
0 commit comments