docs: align menu items when icons have different sizes

This commit is contained in:
albertony 2021-12-30 15:12:10 +01:00 committed by Nick Craig-Wood
parent fd82876086
commit 8aeca6c033
1 changed files with 6 additions and 0 deletions

View File

@ -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;