style(luggage): make em horizontal

main
steven 2020-12-21 22:23:51 -05:00
parent 66233b6984
commit ab180f1640
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@
color: #fff;
text-shadow: 1px 1px #000;
}
.luggage {
float: left;
width: 20%;
}
</style>
<?php