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 f38e297 commit 52c823cCopy full SHA for 52c823c
1 file changed
static/style.css
@@ -141,6 +141,7 @@ a:active {
141
font-size: 1.5rem;
142
max-width: 600px;
143
align-self: center;
144
+ flex-shrink: 0;
145
}
146
147
.hero-fluff strong {
@@ -156,6 +157,8 @@ a:active {
156
157
flex-direction: column;
158
159
gap: 2px;
160
+ flex-basis: 1000px;
161
+ flex-shrink: 1;
162
163
164
.hero-screenshot {
@@ -437,6 +440,11 @@ a.hljs-built_in {
437
440
438
441
439
442
443
+ .hero-right {
444
+ flex-basis: auto;
445
+ width: 100%;
446
+ }
447
+
448
449
width: 100%;
450
max-width: 100%;
0 commit comments