mirror of
https://git.solarpunk.moe/Fries/fries-website.git
synced 2024-11-22 22:12:22 +00:00
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:
parent
cfa234d723
commit
1f23a0658b
1 changed files with 0 additions and 4 deletions
|
@ -13,10 +13,6 @@
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
.webring-box {
|
.webring-box {
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: center;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue