5 lines
53 B
CSS
5 lines
53 B
CSS
|
|
div.view-upload {
|
||
|
|
display: grid;
|
||
|
|
gap: 8px;
|
||
|
|
}
|