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

docs: Add left and right padding to prevent icon truncation

This commit is contained in:
Dave Nicolson
2024-04-14 18:51:10 +02:00
committed by GitHub
parent 0c0d64c316
commit cc3ae931db

View File

@@ -142,6 +142,11 @@ h5 {
font-size: 95%;
}
.container-fluid {
padding-left: 2.2rem !important;
padding-right: 2.2rem !important;
}
/* Make primary buttons rclone colours. Should learn sass and do this the proper way! */
.btn-primary {
background-color: #3f79ad;