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.
2 parents 8c0fe07 + 2c93dca commit 6bfefc5Copy full SHA for 6bfefc5
blocks/main/hero/hero.module.css
@@ -113,6 +113,7 @@
113
display: none;
114
position: relative;
115
justify-content: space-between;
116
+ gap: 50px;
117
margin-top: 40px;
118
width: 545px;
119
padding: 16px 16px 16px 24px;
@@ -123,17 +124,17 @@
123
124
125
.bannerContent {
126
text-align: left;
127
+ min-width: 0;
128
}
129
- .bannerTitle {
130
+ .bannerTitle, .bannerCaption {
131
margin: 0;
132
+ max-width: 100%;
133
+ overflow: hidden;
134
+ text-overflow: ellipsis;
135
+ white-space: nowrap;
136
letter-spacing: 0.01em;
- }
-
- .bannerCaption {
- margin: 0;
137
color: white;
- letter-spacing: 0.01em;
138
139
140
.bannerButton {
0 commit comments