mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-01 19:32:27 +08:00
10 lines
167 B
SCSS
10 lines
167 B
SCSS
#about-page {
|
|
padding-top: 50px;
|
|
overflow-x: auto;
|
|
table td {
|
|
min-width: 100px;
|
|
padding: 10px 0;
|
|
}
|
|
.small { font-size: 0.9rem; }
|
|
}
|