Skip to content

Commit 5c97edf

Browse files
committed
tweak(markup): adjust for responsiveness
1 parent dc3e6c5 commit 5c97edf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/assets/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ a[onclick] {
138138
display: flex;
139139
flex-direction: column;
140140
position: fixed;
141-
width: 1300px;
141+
width: min(70vw, 1300px);
142142
height: 150px;
143143
padding: 20px;
144144
left: 50px;

0 commit comments

Comments
 (0)