diff --git a/src/BaseTemplates/StarterWeb/wwwroot/css/site.css b/src/BaseTemplates/StarterWeb/wwwroot/css/site.css index e1f0b94b..a157770c 100644 --- a/src/BaseTemplates/StarterWeb/wwwroot/css/site.css +++ b/src/BaseTemplates/StarterWeb/wwwroot/css/site.css @@ -22,6 +22,13 @@ textarea { font-size: 20px; line-height: 1.4; } + +/* Make .svg files in the carousel display properly in older browsers */ +.carousel-inner .item img[src$=".svg"] +{ + width: 100%; +} + /* Hide/rearrange for smaller screens */ @media screen and (max-width: 767px) { /* Hide captions */ diff --git a/src/BaseTemplates/StarterWeb/wwwroot/css/site.min.css b/src/BaseTemplates/StarterWeb/wwwroot/css/site.min.css index af119157..3beb45f5 100644 --- a/src/BaseTemplates/StarterWeb/wwwroot/css/site.min.css +++ b/src/BaseTemplates/StarterWeb/wwwroot/css/site.min.css @@ -1 +1 @@ -body{padding-top:50px;padding-bottom:20px}.body-content{padding-left:15px;padding-right:15px}input,select,textarea{max-width:280px}.carousel-caption p{font-size:20px;line-height:1.4}@media screen and (max-width:767px){.carousel-caption{display:none}} +body{padding-top:50px;padding-bottom:20px}.body-content{padding-left:15px;padding-right:15px}input,select,textarea{max-width:280px}.carousel-caption p{font-size:20px;line-height:1.4}.carousel-inner .item img[src$=".svg"]{width:100%}@media screen and (max-width:767px){.carousel-caption{display:none}} \ No newline at end of file