2
0

added gradient definitions

This commit is contained in:
2018-05-12 15:35:45 +02:00
parent 034f70c982
commit 2975a6c5de
6 changed files with 50 additions and 11 deletions

View File

@@ -9,6 +9,7 @@
ul {
display: flex;
flex-direction: column;
position: absolute;
top: 0;
right: auto;
@@ -23,7 +24,6 @@ ul {
li {
display: flex;
justify-content: center;
align-items: center;
}
}