Skip to content

Commit 953d132

Browse files
committed
fix(fix-css): change space-between to space-around for header wrapper
1 parent 92f398b commit 953d132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GUI/ETVR/src/styles/header-wrapper.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
align-content: center;
1414
flex-grow: 1;
1515
flex-direction: row;
16-
justify-content: space-between;
16+
justify-content: space-around;
1717
position: fixed;
1818
top: calc(titlebar - 35px);
1919
left: 0;

0 commit comments

Comments
 (0)