new slogan
This commit is contained in:
parent
e26d5ee48f
commit
7fe40a6b3a
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset='utf-8'>
|
<meta charset='utf-8'>
|
||||||
<meta name='viewport' content='width=device-width,initial-scale=1.0'>
|
<meta name='viewport' content='width=device-width,initial-scale=1.0'>
|
||||||
<meta name='description' content='HOWFEED.BIZ: Where we break the news.'>
|
<meta name='description' content='HOWFEED.BIZ: Helping you to navigate a modern world.'>
|
||||||
<meta name='keywords' content='news, satire, blog'>
|
<meta name='keywords' content='news, satire, blog'>
|
||||||
<meta name='theme-color' content='#508FC3'>
|
<meta name='theme-color' content='#508FC3'>
|
||||||
%sapper.base%
|
%sapper.base%
|
||||||
@ -19,9 +19,13 @@
|
|||||||
|
|
||||||
gtag('config', 'UA-175013738-1');
|
gtag('config', 'UA-175013738-1');
|
||||||
</script>
|
</script>
|
||||||
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/flexibility/2.0.1/flexibility.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id='hydrate'>%sapper.html%</div>
|
<div id='hydrate'>%sapper.html%</div>
|
||||||
%sapper.scripts%
|
%sapper.scripts%
|
||||||
|
<script type="text/javascript">
|
||||||
|
flexibility(document.documentElement);
|
||||||
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -81,6 +81,7 @@ div.article-list {
|
|||||||
}
|
}
|
||||||
div.article-list > a {
|
div.article-list > a {
|
||||||
margin: 2rem;
|
margin: 2rem;
|
||||||
|
-js-display: flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -88,6 +89,7 @@ div.article-list > a {
|
|||||||
}
|
}
|
||||||
figure.article-image {
|
figure.article-image {
|
||||||
background: white;
|
background: white;
|
||||||
|
-js-display: flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -53,7 +53,7 @@ module.exports = {
|
|||||||
onwarn
|
onwarn
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
mode,
|
mode,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user