bug: gap not supported by chrome

So I changed it to use margins.

Fix #12
main
Yanick Champoux 2020-07-30 18:12:10 -04:00
parent 4d11f6feeb
commit dadfc7b0da
2 changed files with 10 additions and 1 deletions

View File

@ -19,6 +19,11 @@
as closely as possible.
</p>
<p>The app is mostly developed for Firefox. I also check as much as I
can that I don't mess things too badly on Chrome. For the other
browsers... caveat emptor.</p>
<p>
Written by
<a href="https://twitter.com/yenzie">Yanick Champoux</a>

View File

@ -116,8 +116,12 @@
.weapon_row {
display: flex;
gap: 2em;
align-items: center;
}
.weapon_row > :global(*) {
margin-right: 2em;
}
</style>