Skip to content

Commit eedaeee

Browse files
committed
tweaking style sheet for mobile
1 parent e9ab57b commit eedaeee

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

style.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ img {
219219
background-color: var(--cap-bg-color);
220220
color: var(--cap-fg-color);
221221
display: flex;
222-
justify-content: space-between;
222+
justify-content: flex-start;
223+
//justify-content: space-between;
223224
align-items: center;
224225
flex-direction: column;
225226

@@ -284,6 +285,11 @@ img {
284285
justify-content: left;
285286
transition: background-size 0.3s ease-out;
286287
}
288+
.splash-banner-image {
289+
width: 100%;
290+
height: 100%;
291+
object-fit: cover;
292+
}
287293
.splash-text {
288294
font-size: 48px;
289295
text-align: center;

0 commit comments

Comments
 (0)