Skip to content

Commit 89295ab

Browse files
committed
Update homepage.css
1 parent 1c8e8ad commit 89295ab

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

homepage/homepage.css

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4780,7 +4780,7 @@ body {
47804780
}
47814781

47824782
.ctas .btn.cookies::before {
4783-
content: 'Cookies Disabled';
4783+
content: 'Cookies disabled';
47844784
}
47854785

47864786
@keyframes loader {
@@ -4842,6 +4842,23 @@ body {
48424842
font-weight: inherit;
48434843
}
48444844

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+
48454862
body {
48464863
text-rendering: optimizeLegibility;
48474864
font-feature-settings: "kern";

0 commit comments

Comments
 (0)