Skip to content

Commit 6f4372d

Browse files
committed
fix(styles.css): fix road pieces size
1 parent 5083b52 commit 6f4372d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/styles.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,11 @@ h2, p.lead, button, .btn, .electro-text {
144144
top: 1rem;
145145
left: 50%;
146146
transform: translateX(-50%);
147-
height: 15vh;
147+
height: 20vh;
148148
width: 50vw;
149149

150150
overflow-x: scroll;
151+
overflow-y: hidden;
151152
}
152153

153154
#roadPieces button {

0 commit comments

Comments
 (0)