1
0
mirror of https://github.com/trambarhq/relaks-wordpress-example.git synced 2025-09-03 05:02:34 +02:00

Imposing limit on caption width (issue #25).

This commit is contained in:
Chung Leong
2019-01-28 11:25:11 +01:00
parent 0e167f1714
commit 00b70b36e4

View File

@@ -312,6 +312,10 @@ A {
max-width: 100%;
height: auto;
}
.wp-caption {
max-width: 100%;
}
}
}