From 30d76919a6c6f36d861023a6a42479dd250d339c Mon Sep 17 00:00:00 2001 From: Vega Date: Thu, 11 Jul 2024 18:19:55 -0700 Subject: [PATCH] register now link-2 --- supplemental_ui/partials/possible-banner-2.hbs | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/supplemental_ui/partials/possible-banner-2.hbs b/supplemental_ui/partials/possible-banner-2.hbs index 658525724..0c904606f 100644 --- a/supplemental_ui/partials/possible-banner-2.hbs +++ b/supplemental_ui/partials/possible-banner-2.hbs @@ -1,7 +1,8 @@

- If you imagine it, envision it, create it... Teradata makes it Possible. Join us. + If you imagine it, envision it, create it... Teradata makes it Possible. Join us. + "If you imagine it...Teradata makes it Possible. Register now. @@ -42,5 +43,19 @@ font-weight: 400; line-height: normal; text-decoration-line: underline; +} + .display-2{ + display: none; + } +@media (max-width: 600px) { + .text-section { + padding: 1px 0px 1px 0px; + } + .display-1{ + display: none; + } + .display-2{ + display: block; + } } \ No newline at end of file