diff --git a/src/routes/cms/index.svelte b/src/routes/cms/index.svelte index 2a9581b..5df595c 100644 --- a/src/routes/cms/index.svelte +++ b/src/routes/cms/index.svelte @@ -22,9 +22,9 @@ {#if user.author}

HowFeed Publisher Dashboard

Publish a new article

-

Edit an existing article

+

Edit an existing article Coming soon!

Delete an article

{:else} - +

Welcome to your account. Contact the webmaster if your account needs publisher privileges.

{/if} diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 0883500..7d69379 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -55,7 +55,7 @@ background-size: cover; position: fixed; height: 24rem; - width: 100vw; + width: 100%; z-index: 0; filter: blur(5px); } @@ -65,7 +65,7 @@ position: absolute; z-index: 1; margin: 0 auto; - width: 100vw; + width: 100%; } h1.welcome, h2.desc { color: whitesmoke; @@ -84,6 +84,9 @@ div.article-list { box-shadow: 0 0 5px #000; } + div.article-meta { + font-weight: bold; + } @@ -106,7 +109,8 @@ {:else} - +

No articles have been published yet :(

+

Come back soon!

{/each} diff --git a/static/global.css b/static/global.css index 008e77f..908663b 100644 --- a/static/global.css +++ b/static/global.css @@ -90,7 +90,6 @@ div.article-meta { margin-right: 0; padding: 0.75rem; line-height: 1; - font-weight: bold; flex: 1 0 0; } .article-title {