1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-07-31 20:10:54 +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 {
width: 1em;
height: 1.25em;
display: inline-block;
}
.home-title {