mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
12 lines
201 B
CSS
12 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;
|
|
}
|