mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-28 11:16:52 +01:00
9 lines
167 B
SCSS
9 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; }
|
|
}
|