This commit is contained in:
merdan 2021-12-20 18:10:54 +05:00
parent 9a0d7d14f7
commit 2be392abc9
4 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@
left: 0;
bottom: 0;
display: none;
width: calc(100% - 80px);
width: 100%;
background: rgb(0, 0, 0);
background: linear-gradient(
0deg,

View File

@ -1127,7 +1127,7 @@ li {
left: 0;
bottom: 0;
display: none;
width: calc(100% - 80px);
width: 100%;
background: black;
background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.0228466387) 100%);
padding: 50px 40px;

View File

@ -76,7 +76,7 @@
left: 0;
bottom: 0;
display: none;
width: calc(100% - 80px);
width: 100%;
background: rgb(0, 0, 0);
background: linear-gradient(
0deg,

View File

@ -1127,7 +1127,7 @@ li {
left: 0;
bottom: 0;
display: none;
width: calc(100% - 80px);
width: 100%;
background: black;
background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.0228466387) 100%);
padding: 50px 40px;