mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 12:36:38 +08:00
docs: align menu items when icons have different sizes
This commit is contained in:
parent
fd82876086
commit
8aeca6c033
6
docs/static/css/custom.css
vendored
6
docs/static/css/custom.css
vendored
|
@ -148,6 +148,12 @@ h5 {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
/* Align menu items when icons have different sizes */
|
||||
.menu .fa, .fab, .fad, .fal, .far, .fas {
|
||||
width: 18px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Make primary buttons rclone colours. Should learn sass and do this the proper way! */
|
||||
.btn-primary {
|
||||
background-color: #3f79ad;
|
||||
|
|
Loading…
Reference in New Issue
Block a user