Skip to content

Commit 1c981ff

Browse files
authored
Merge pull request #114 from ditdot-dev/common-styles
Common.css minor styles enhancements
2 parents 1fcc796 + 31724c2 commit 1c981ff

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/assets/css/common.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,18 @@ a:focus {
6666
}
6767

6868
ol,
69-
ul {
69+
ul,
70+
table {
7071
margin-top: 0;
7172
margin-bottom: 22px;
7273
}
7374

75+
img {
76+
max-width: 100%;
77+
height: auto;
78+
margin-bottom: 22px;
79+
}
80+
7481
/*utils*/
7582
.text-thin {
7683
font-weight: 300;

0 commit comments

Comments
 (0)