Update style.css
This commit is contained in:
parent
5af78aa7ef
commit
e6cbca5c16
1 changed files with 3 additions and 3 deletions
|
|
@ -37,13 +37,13 @@ section {
|
|||
|
||||
section::after {
|
||||
content: '';
|
||||
width: 82%;
|
||||
width: 86%;
|
||||
height: 0px;
|
||||
position: absolute;
|
||||
top: 59%;
|
||||
box-shadow: 0px 0px 69px 15px black;
|
||||
box-shadow: 0px 0px 44px 8px black;
|
||||
z-index: 0;
|
||||
left: 10%;
|
||||
left: 6%;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue