Browse Source

fix rays on mobile view

pull/7/head
KVAZAR 2 years ago committed by GitHub
parent
commit
7ffa8d0e40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 22
      public/css/app.css

22
public/css/app.css

@ -95,19 +95,21 @@ img:hover { @@ -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 {

Loading…
Cancel
Save