1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-02 12:57:59 +02:00

Fixed icon height for IE

This commit is contained in:
Andrew Davis
2019-01-11 19:34:48 -06:00
parent 1a64cae785
commit 067f96ffe2

View File

@@ -185,6 +185,7 @@ button:hover .icon svg {
} }
.icon { .icon {
width: 1em; width: 1em;
height: 1.25em;
display: inline-block; display: inline-block;
} }
.home-title { .home-title {