Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .wpc-custom-tm .et_pb_text_inner p {
- position: relative;
- }
- .wpc-custom-tm .et_pb_text_inner p:before,
- .wpc-custom-tm .et_pb_text_inner p:after {
- content:"";
- display: block;
- position: absolute;
- height: 1px;
- background-color: #e09900;
- width: 100px;
- top: 12px;
- }
- .wpc-custom-tm .et_pb_text_inner p:before {
- left: calc(22% - 100px);
- }
- .wpc-custom-tm .et_pb_text_inner p:after {
- right: calc(22% - 100px);
- }
- @media (max-width: 1380px) {
- .wpc-custom-tm .et_pb_text_inner p:before {
- left: calc(20% - 100px);
- }
- .wpc-custom-tm .et_pb_text_inner p:after {
- right: calc(20% - 100px);
- }
- }
- @media (max-width: 1275px) {
- .wpc-custom-tm .et_pb_text_inner p:before {
- width: 80px;
- }
- .wpc-custom-tm .et_pb_text_inner p:after {
- width: 80px;
- }
- }
- @media (max-width: 1275px) {
- .wpc-custom-tm .et_pb_text_inner p:before {
- left: calc(16% - 80px);
- }
- .wpc-custom-tm .et_pb_text_inner p:after {
- right: calc(16% - 80px);
- }
- }
- @media (max-width: 1130px) {
- .wpc-custom-tm .et_pb_text_inner p:before {
- left: calc(13% - 80px);
- }
- .wpc-custom-tm .et_pb_text_inner p:after {
- right: calc(13% - 80px);
- }
- }
- @media (max-width: 1040px) {
- .wpc-custom-tm .et_pb_text_inner p:before {
- width: 60px
- }
- .wpc-custom-tm .et_pb_text_inner p:after {
- width: 60px
- }
- }
- @media (max-width: 970px) {
- .wpc-custom-tm .et_pb_text_inner p:before {
- left: 0;
- width: 50px
- }
- .wpc-custom-tm .et_pb_text_inner p:after {
- right: 0;
- width: 50px
- }
- }
- @media (max-width: 970px) {
- .wpc-custom-tm .et_pb_text_inner p:before,
- .wpc-custom-tm .et_pb_text_inner p:after {
- display: none;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment