diff options
Diffstat (limited to 'app/static')
| -rw-r--r-- | app/static/styles/style.css | 30 | 
1 files changed, 8 insertions, 22 deletions
| diff --git a/app/static/styles/style.css b/app/static/styles/style.css index 328a1aa..a07d423 100644 --- a/app/static/styles/style.css +++ b/app/static/styles/style.css @@ -33,39 +33,27 @@ body {  h1 { -    margin: 0.25em; +    margin: 0; +    padding: 0.5em 0; +    vertical-align: baseline; +    display: inline;  }  nav { -    /* display: flex; */      background: darkgrey;      color: white; -    /* margin: 0.5em; */ -    padding: 0 0.5em; -    /* justify-content: space-between; */ +    padding: 0 0.25em;  }  nav#user { -    /* background: red; */      display: flex;      justify-content: space-between; -} - -nav#user ul { -    justify-content: end; -} - -nav#modules { -    /* left: 0; */ -} - -nav#actions { -    top: 0;      position: sticky; +    top: 0;  } - -nav ul { +nav#user ul { +    justify-content: center;      display: flex;      flex-wrap: wrap;      margin: 0; @@ -75,8 +63,6 @@ nav ul {  nav ul li {      margin: 0.25em; -    /* margin: 0 0 0.5em 0; */ -    /* padding: 0.5em 0; */  } | 
