9 lines
151 B
CSS
9 lines
151 B
CSS
.adminlist{
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
row-gap: 1rem;
|
|
position: relative;
|
|
|
|
} |