diff options
Diffstat (limited to 'asset-sources')
-rw-r--r-- | asset-sources/theme.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index 1fe0deb..25353d7 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -47,8 +47,9 @@ strong { align-items: center; } -.carousel-item img { +#trackImageShowcase .carousel-item img { max-height: 700px; + max-width: 100%; margin: auto; } |