mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-15 21:04:46 +01:00
11 lines
201 B
CSS
11 lines
201 B
CSS
.component_page_about {
|
|
padding-top: 50px;
|
|
overflow-x: auto;
|
|
}
|
|
.component_page_about table td {
|
|
min-width: 100px;
|
|
padding: 10px 0;
|
|
}
|
|
.component_page_about .small {
|
|
font-size: 0.9rem;
|
|
}
|