release
This commit is contained in:
@ -1,13 +1,12 @@
|
||||
section {
|
||||
width: 30%;
|
||||
/* height: 400px; */
|
||||
height: auto;
|
||||
min-width: 20%;
|
||||
height: 400px;
|
||||
padding: 8px;
|
||||
margin: 16px;
|
||||
background-color: color-mix(in srgb, var(--color-2) 40%, #00000000 60%);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
/* justify-content: center; */
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
border-radius: 20px;
|
||||
@ -17,10 +16,11 @@ section {
|
||||
box-shadow: 0 0 10px var(--color-2);
|
||||
}
|
||||
sections {
|
||||
width: 90vw;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 90vw;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
#colorPicker {
|
||||
|
||||
Reference in New Issue
Block a user