Skip to content

Commit 2ab7f56

Browse files
authored
min-width: 500px; (#188)
min-width: 500px;
1 parent 68c70d3 commit 2ab7f56

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

flexbox/ratios/flex-shrink-ratios.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,15 @@
4141
text-align: right;
4242
width: 90%;
4343
max-width: 700px;
44+
min-width: 500px;
4445
padding: 5px 10px 5px 26px;
4546
font-size: 100%;
4647
}
4748

4849
section {
4950
width: 90%;
5051
max-width: 700px;
52+
min-width: 500px;
5153
border: 1px solid #4d4e53;
5254
border-radius: 2px;
5355
padding: 10px 14px 10px 10px;

0 commit comments

Comments
 (0)