Skip to content

Commit 92712b3

Browse files
committed
fix image width in newsletter
1 parent 1943138 commit 92712b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

themes/newsletter/templates/base.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
border-top: 5px solid #000000;
1919
}
2020

21+
.container img {
22+
max-width: 100%;
23+
}
24+
2125
table .row {
2226
border-collapse: collapse;
2327
width: 660px;

0 commit comments

Comments
 (0)