Fix gradient background on WebKit
This commit is contained in:
@@ -25,7 +25,7 @@ section.text {
|
||||
align-items: center;
|
||||
width: 80%;
|
||||
max-width: 1000px;
|
||||
background-image: linear-gradient(to top, rgba(255, 0, 0, 0), #d5caf2);
|
||||
background-image: linear-gradient(to top, rgba(255, 255, 255 0), #d5caf2);
|
||||
text-align: center;
|
||||
|
||||
p {
|
||||
|
||||
Reference in New Issue
Block a user