diff --git a/client/style.css b/client/style.css index d6ecd25..5e356ef 100755 --- a/client/style.css +++ b/client/style.css @@ -921,7 +921,7 @@ form>div.history { .mode-changers { display: flex; - width: 100%; + margin-left: auto; } .mode-changers a.active { border-bottom: 3px solid white; @@ -937,3 +937,7 @@ form>div.history { font-weight: bold; margin: 1em .4em; } + +header h3:first-child { + margin-right: 1.5em; +}