Skip to content

Commit 707fb7d

Browse files
authored
Merge pull request #3173 from metacpan/dallas/fix-mobile-icons
Center fa-icons
2 parents 4e47dd6 + 4864bc0 commit 707fb7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

root/static/less/nav.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ nav.navbar {
149149
.button-fa-icon {
150150
background-color: @body-bg;
151151
color: @list-group-link-color;
152+
display: grid;
152153
padding: 10px;
154+
place-content: center;
153155

154156
&:hover {
155157
background-color: #e9e9e9;

0 commit comments

Comments
 (0)