1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

docs: add MEGA S4 as a gold sponsor

This also tidies the menu cards.
This commit is contained in:
Nick Craig-Wood
2025-08-01 11:58:09 +01:00
parent 743d160fdd
commit d4e68bf66b
4 changed files with 36 additions and 19 deletions

View File

@@ -63,11 +63,19 @@ h1, h2, h3, h4, h5, h6 {
/* Fix spacing of info boxes */
.card {
margin-top: 0.75rem;
margin-top: 0.5rem;
}
/* less padding on titles */
.card-header {
padding: 5px 15px;
}
/* less padding around info box items */
.card-body {
padding: 0.5rem;
padding: 0px;
}
/* more padding around info box items */
.card-body-padded {
padding: 10px 10px 10px 10px;
}
/* make menus longer */