This commit is contained in:
James 2020-06-29 11:10:05 +01:00
parent db2f90ddc8
commit 0bdddb71b9

View File

@ -311,7 +311,7 @@ display: block !important;
/* add the |> icon to the sub item items */ /* add the |> icon to the sub item items */
.submenu.level1>li>a::before{ .submenu.level1>li>a::before{
content: "\25B8\00a0"; content: "\25B8\00a0";
font-size: 15px; font-size: 18px;
padding-right:5px; padding-right:5px;
} }