Improve styles a bit

This commit is contained in:
Basti 2017-11-12 21:10:58 +01:00
parent 2008ed5634
commit 6d4ef48991
3 changed files with 7 additions and 5 deletions

View File

@ -26,7 +26,7 @@ export default Service.extend({
// }); // });
const widget = new Widget(rs, { const widget = new Widget(rs, {
leaveOpen: true // leaveOpen: true
}); });
// Attach widget to DOM // Attach widget to DOM

View File

@ -25,6 +25,11 @@
flex: 0 0 16rem; flex: 0 0 16rem;
overflow: auto; overflow: auto;
padding: 2rem; padding: 2rem;
nav {
margin-top: 5rem;
margin-bottom: 4rem;
}
} }
> main { > main {
@ -33,7 +38,7 @@
padding: 2rem; padding: 2rem;
> header { > header {
height: 6em; height: 4em;
} }
} }
} }

View File

@ -1,9 +1,6 @@
#app-container { #app-container {
> aside { > aside {
nav { nav {
margin-top: 6rem;
margin-bottom: 6rem;
ul { ul {
list-style: none; list-style: none;
margin: 0; margin: 0;