mirror of
https://github.com/rclone/rclone.git
synced 2024-11-28 03:09:48 +08:00
docs: Add left and right padding to prevent icon truncation
This commit is contained in:
parent
0c0d64c316
commit
cc3ae931db
5
docs/static/css/custom.css
vendored
5
docs/static/css/custom.css
vendored
|
@ -142,6 +142,11 @@ h5 {
|
||||||
font-size: 95%;
|
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! */
|
/* Make primary buttons rclone colours. Should learn sass and do this the proper way! */
|
||||||
.btn-primary {
|
.btn-primary {
|
||||||
background-color: #3f79ad;
|
background-color: #3f79ad;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user