---- On Fri, 08 Nov 2019 12:13:56 -0500 pelzflorian (Florian Pelz) <pelzflor...@pelzflorian.de> wrote ----
> > German is slightly wider than English and Chinese will be slightly > > smaller. Hopefully it won’t matter, otherwise the navbar could be put > > in a div container with display: flex; or something for spacing > > between elements. > > > > For example, the navbar could be given a width > > <nav class="menu" style="width: 100%;"> > > and the ul inside could be given display:flex and justify-content > > <ul style="display: flex;justify-content: space-between;"> > > Or not. Maybe it is good as it is. Or we could wait until there is a visible problem :) Eventually, it would be good to update the layout-related CSS of the website to use flex and grid when appropriate. Maybe for another iteration :)