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 e24a946 commit e9c1bb7Copy full SHA for e9c1bb7
blocks/main/hero/hero.module.css
@@ -110,8 +110,8 @@
110
}
111
112
.banner {
113
+ display: none;
114
position: relative;
- display: flex;
115
justify-content: space-between;
116
margin-top: 40px;
117
width: 545px;
@@ -121,10 +121,6 @@
121
background-color: rgba(126, 66, 255, 0.40);
122
overflow: hidden;
123
124
- @media (--ktl-ds) {
125
- display: none;
126
- }
127
-
128
.bannerContent {
129
text-align: left;
130
@@ -156,6 +152,16 @@
156
152
157
153
158
154
155
+:global(.ab-hero-ktor) {
+ .banner {
+ display: flex;
+
159
+ @media (--ktl-ds) {
160
161
+ }
162
163
+}
164
165
.heroText {
166
margin: 0;
167
font-size: 72px;
0 commit comments