diff --git a/public/static/css/style.css b/public/static/css/style.css index 5ec5978..bcda63c 100644 --- a/public/static/css/style.css +++ b/public/static/css/style.css @@ -191,7 +191,7 @@ input,select,textarea{outline:medium none; resize: none;} .about-box2{ padding: 5rem 0;} .about-box2 .top-box .all-title-box2{ padding-right: 1.25rem;} -.about-box2 .top-box .all-title-box2 span{ white-space: nowrap;} +.about-box2 .top-box .all-title-box2 span,.about-box2 .top-box .all-title-box2 p{ white-space: nowrap;} .about-box2 .top-box .fr{ width: 100%; text-align: right; border-bottom: 2px solid #cbcbcb;} .about-box2 .top-box .fr span{ display: inline-block; margin-left: 6.25rem; font-size: 1.5625rem; font-weight: bold; color: #555; cursor: pointer; line-height: 3.75rem; border-bottom: 3px solid #fff; transition: all .6s;} .about-box2 .top-box .fr span.active,.about-box2 .top-box .fr span:hover{ border-color: #f8bc38;}