From 7fe40a6b3ae46821a12d1fd1a14f77f3d139fb55 Mon Sep 17 00:00:00 2001 From: scoliono <2191476+scoliono@users.noreply.github.com> Date: Fri, 28 Aug 2020 23:12:24 -0700 Subject: [PATCH] new slogan --- src/template.html | 6 +++++- static/global.css | 2 ++ webpack.config.js | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/template.html b/src/template.html index 18bafa9..0d91152 100644 --- a/src/template.html +++ b/src/template.html @@ -3,7 +3,7 @@ - + %sapper.base% @@ -19,9 +19,13 @@ gtag('config', 'UA-175013738-1'); +
%sapper.html%
%sapper.scripts% + diff --git a/static/global.css b/static/global.css index 5d27c7e..dcaef9f 100644 --- a/static/global.css +++ b/static/global.css @@ -81,6 +81,7 @@ div.article-list { } div.article-list > a { margin: 2rem; + -js-display: flex; display: flex; text-decoration: none; flex-direction: column; @@ -88,6 +89,7 @@ div.article-list > a { } figure.article-image { background: white; + -js-display: flex; display: flex; align-self: center; justify-content: center; diff --git a/webpack.config.js b/webpack.config.js index 628cab9..620ea49 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -53,7 +53,7 @@ module.exports = { onwarn } } - }, + } ] }, mode,