diff --git a/client/assets/styles/controls.less b/client/assets/styles/controls.less index 2410322e..6aac705b 100644 --- a/client/assets/styles/controls.less +++ b/client/assets/styles/controls.less @@ -34,7 +34,7 @@ aside { button { width: 100%; font-size: 150%; - margin: 0; + margin-bottom: 0.5em; } button.ready:enabled { diff --git a/client/assets/styles/styles.less b/client/assets/styles/styles.less index 85bb973c..63ea5367 100644 --- a/client/assets/styles/styles.less +++ b/client/assets/styles/styles.less @@ -236,7 +236,7 @@ figure.gray { header { .options { - font-size: 150%; + font-size: 250%; } button { @@ -268,4 +268,12 @@ ul { li { margin-bottom: 0.5em; -} \ No newline at end of file +} + +.logo { + background-image: url("../../src/components/svgs/mnml.2.svg"); + background-size: contain; + background-repeat: no-repeat; + background-position: center; +} + diff --git a/client/src/components/header.jsx b/client/src/components/header.jsx index 7c776ff8..4f78e9fe 100644 --- a/client/src/components/header.jsx +++ b/client/src/components/header.jsx @@ -75,8 +75,8 @@ function Header(args) {