11 lines
No EOL
155 B
CSS
11 lines
No EOL
155 B
CSS
.file-input {
|
|
display: none;
|
|
}
|
|
|
|
.drive-files {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
gap: 1rem;
|
|
padding: 1rem;
|
|
} |