remove flexbox

looks like the way my box works doesn't need a flexbox at all so i
turned it off.
This commit is contained in:
Fries 2023-07-06 22:15:38 -07:00
parent cfa234d723
commit 1f23a0658b
1 changed files with 0 additions and 4 deletions

View File

@ -13,10 +13,6 @@
<style>
.webring-box {
display: flex;
flex-direction: column;
justify-content: center;
flex-wrap: wrap;
word-break: break-all;
}