edit
This commit is contained in:
@@ -404,3 +404,7 @@ header #menu button a{
|
||||
px-0
|
||||
}
|
||||
|
||||
.bg-gradient-bl {
|
||||
background: rgb(0,166,255);
|
||||
background: linear-gradient(125deg, rgba(0,166,255,1) 0%, rgba(8,173,179,1) 100%);
|
||||
}
|
@@ -481,3 +481,8 @@ footer {
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
|
||||
.bg-gradient-bl {
|
||||
background: rgb(0,166,255);
|
||||
background: linear-gradient(125deg, rgba(0,166,255,1) 0%, rgba(8,173,179,1) 100%);
|
||||
}
|
Reference in New Issue
Block a user