diff --git a/styles/globals.css b/styles/globals.css index cd9aab7b..aca04ffd 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -151,8 +151,8 @@ nav { .glassmorphism{ background: hsla(0, 0%, 100%, .75); - -webkit-backdrop-filter: blur(10px); - backdrop-filter: blur(10px); + -webkit-backdrop-filter: blur(10px); + backdrop-filter: blur(10px); } .dark .glassmorphism{ @@ -184,7 +184,6 @@ nav { padding-top: 160px; bottom: -1px; margin-top: -200px; - text-align: center; width: 100%; background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 70%); padding-bottom: 34px; @@ -192,4 +191,4 @@ nav { .shadow-text{ text-shadow: 0.1em 0.1em 0.2em black; -} \ No newline at end of file +} diff --git a/themes/NEXT/components/BlogPostCard.js b/themes/NEXT/components/BlogPostCard.js index e4db02ec..1f00a6ca 100644 --- a/themes/NEXT/components/BlogPostCard.js +++ b/themes/NEXT/components/BlogPostCard.js @@ -59,9 +59,9 @@ const BlogPostCard = ({ post, showSummary }) => { /> } -
- - +
+ + {locale.COMMON.ARTICLE_DETAIL}