mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 21:37:35 +00:00
LibWeb: Support justify-content: space-evenly
in flex layouts
Aligns the cookie banner correctly on https://twitter.com/ :^)
This commit is contained in:
parent
4474aa0ae5
commit
1177308afb
7 changed files with 820 additions and 104 deletions
|
@ -272,6 +272,7 @@
|
|||
"space",
|
||||
"space-around",
|
||||
"space-between",
|
||||
"space-evenly",
|
||||
"square",
|
||||
"srgb",
|
||||
"standalone",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue