fix layout
This commit is contained in:
parent
47e705c6ed
commit
c7b24af80a
2 changed files with 29 additions and 11 deletions
|
|
@ -120,15 +120,15 @@ body {
|
|||
}
|
||||
> ul {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
justify-content: space-between;
|
||||
flex-wrap: wrap;
|
||||
font-size: xxx-large;
|
||||
.button {
|
||||
background-image: linear-gradient(228deg, var(--accent1-alt), var(--accent2-alt));
|
||||
background-image: linear-gradient(228deg, var(--accent1-alt), var(--bg-alt));
|
||||
background-size: 400% 400%;
|
||||
-webkit-animation: backgroundBlink 2s ease infinite;
|
||||
-moz-animation: backgroundBlink 2s ease infinite;
|
||||
animation: backgroundBlink 2s ease infinite;
|
||||
-webkit-animation: backgroundBlink 7s ease infinite;
|
||||
-moz-animation: backgroundBlink 7s ease infinite;
|
||||
animation: backgroundBlink 7s ease infinite;
|
||||
flex: 0 0 25px;
|
||||
margin: 0 0 20px 0;
|
||||
padding: 0 10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue