Skip to content

Commit 1895ab0

Browse files
min width of left column set at 500px
1 parent 47e8a4c commit 1895ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/public/styles/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ LEFT COLUMN
8080
.left {
8181
padding: 20px;
8282
width: 20%;
83-
/* min-width: 50px; */
83+
min-width: 350px;
8484
display: flex;
8585
flex-direction: column;
8686
position: relative;

0 commit comments

Comments
 (0)