fix(menu): use <ol> to wrap menu items

This commit is contained in:
Jimmy Cai
2020-09-14 13:38:24 +02:00
parent 1e28a661d9
commit 841508f491
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -122,6 +122,7 @@
/* Menu style */
.menu {
padding-left: 0;
list-style: none;
display: flex;
flex-direction: column;