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 e9ab57b commit eedaeeeCopy full SHA for eedaeee
1 file changed
style.scss
@@ -219,7 +219,8 @@ img {
219
background-color: var(--cap-bg-color);
220
color: var(--cap-fg-color);
221
display: flex;
222
- justify-content: space-between;
+ justify-content: flex-start;
223
+ //justify-content: space-between;
224
align-items: center;
225
flex-direction: column;
226
@@ -284,6 +285,11 @@ img {
284
285
justify-content: left;
286
transition: background-size 0.3s ease-out;
287
}
288
+.splash-banner-image {
289
+ width: 100%;
290
+ height: 100%;
291
+ object-fit: cover;
292
+}
293
.splash-text {
294
font-size: 48px;
295
text-align: center;
0 commit comments