diff --git a/public/css/app.css b/public/css/app.css index d6db510..117c053 100755 --- a/public/css/app.css +++ b/public/css/app.css @@ -95,19 +95,21 @@ img:hover { } .b-g::before { - content: ""; - background-image: linear-gradient(to left, #9B94BF, #18102d); - height: 1px; - width: 360px; - display: inline-block; + content: ""; + background-image: linear-gradient(to left, #9B94BF, #18102d); + height: 1px; + width: 50%; + max-width: 360px; + display: inline-block; } .b-g::after { - content: ""; - background-image: linear-gradient(to right, #9B94BF, #18102d); - height: 1px; - width: 360px; - display: inline-block; + content: ""; + background-image: linear-gradient(to right, #9B94BF, #18102d); + height: 1px; + width: 50%; + max-width: 360px; + display: inline-block; } .br-50 {