diff --git a/src/main/webapp/css/default.css b/src/main/webapp/css/default.css index beffd901..c4fdc152 100644 --- a/src/main/webapp/css/default.css +++ b/src/main/webapp/css/default.css @@ -162,7 +162,7 @@ section .inner p.desc {font-size: 18px;color:#666;margin-bottom:40px;} .sec1 {} .sec1 .inner .banner {position: relative;width:100%;height:600px;background:#ccc;background-size:cover;} .sec1 .inner .banner h3 {font-size:36px;line-height:48px;font-weight: 500;text-align:center;width:70%;padding:0% 15%;position: absolute;top:200px;word-break: break-all;max-height: 50px;overflow: hidden;} -.sec1 .inner .banner p {font-size:16px;line-height:24px;font-weight: 200;text-align:center;width:70%;padding:0% 15%;position: absolute;top:270px;word-break: break-all;max-height: 82px;overflow: hidden;} +.sec1 .inner .banner p {font-size:16px;line-height:24px;font-weight: 200;text-align:center;width:70%;padding:0% 15%;position: absolute;top:270px;word-break: break-all;max-height: 82px;overflow: hidden;white-space: pre-line;} .sec1 .inner .banner.text-white h3 {color:#fff;} .sec1 .inner .banner.text-white p {color:#fff;} .sec1 .inner .banner p:nth-of-type(2) {top:400px;}