Skip to content

Commit e8599b6

Browse files
Updated Day 35
1 parent 68baf19 commit e8599b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

public/35/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
overflow: hidden;
142142
top: -1px;
143143
left: -1px;
144-
width: calc(min(300px, 20vw) + 2px);
144+
width: calc(max(min(300px, 20vw), 200px) + 2px);
145145
height: calc(100vh + 2px);
146146
display: flex;
147147
flex-direction: column;

0 commit comments

Comments
 (0)