docs: align menu items when icons have different sizes

This commit is contained in:
albertony
2022-01-14 17:39:27 +00:00
committed by Nick Craig-Wood
parent fd82876086
commit 8aeca6c033
+6
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;