summaryrefslogtreecommitdiff
path: root/lua/browser.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/browser.lua')
-rw-r--r--lua/browser.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/browser.lua b/lua/browser.lua
index f8f87a6a..31cb9b54 100644
--- a/lua/browser.lua
+++ b/lua/browser.lua
@@ -58,7 +58,7 @@ return screen:new{
flex = {
flex_direction = "row",
flex_wrap = "wrap",
- justify_content = "center",
+ justify_content = "space-between",
align_items = "center",
align_content = "center"
},