Skip to content

Commit 5c438cf

Browse files
authored
Merge pull request #1 from devfolioco/pro-3953-update-demo-gif
Updated demo.gif, minor alignment and LICENSE
2 parents 4f1535e + b019538 commit 5c438cf

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2025, Devfolio
3+
Copyright 2015 The Chromium Authors
44

55
Redistribution and use in source and binary forms, with or without
66
modification, are permitted provided that the following conditions are met:

custom.css

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,31 @@ h6 {
5353
color: rgb(122, 122, 122);
5454
}
5555

56-
.flex-row {
56+
.flex-box {
5757
display: flex;
58-
gap: 16px;
58+
gap: 48px;
5959
justify-content: space-between;
6060
}
6161

62+
/* Mobile Screen */
63+
@media screen and (max-width: 768px) {
64+
.flex-box {
65+
flex-direction: column;
66+
gap: 24px;
67+
}
68+
}
69+
6270
.flex-item {
6371
display: flex;
6472
justify-content: center;
6573
align-items: center;
6674
gap: 8px;
6775
}
6876

77+
.flex-item input {
78+
width: 180px;
79+
}
80+
6981
.onchain-cta {
7082
background-color: transparent;
7183
border: none;

demo.gif

-730 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ <h4>( SPACE to Start - Press 'F' to go fullscreen )</h4>
3232
</a>
3333

3434
<h4>Developer Options</h4>
35-
<div class="flex-row">
35+
<div class="flex-box">
3636
<div class="flex-item">
3737
<label for="sprite-1x">1x Sprite:</label>
3838
<input type="file" id="sprite-1x" accept="image/*" />

0 commit comments

Comments
 (0)