Skip to content

Commit 31df5ef

Browse files
authored
moved img to editable section
I moved the img { max-width: 100%; } to the editable section because I think people need to understand why the image is behaving the way it is.
1 parent 13ce226 commit 31df5ef

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

multicol/balancing/balance.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@
5656
display: block;
5757
margin: 5px;
5858
}
59-
img {
60-
max-width: 100%;
61-
}
59+
6260

6361
</style>
6462
<style class="editable">
@@ -67,6 +65,9 @@
6765
column-fill: balance;
6866
height: 250px;
6967
}
68+
img {
69+
max-width: 100%;
70+
}
7071
</style>
7172
</head>
7273

0 commit comments

Comments
 (0)