w3c
This commit is contained in:
parent
9a0d7d14f7
commit
2be392abc9
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue