new slogan
This commit is contained in:
parent
e26d5ee48f
commit
7fe40a6b3a
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<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='theme-color' content='#508FC3'>
|
||||
%sapper.base%
|
||||
@ -19,9 +19,13 @@
|
||||
|
||||
gtag('config', 'UA-175013738-1');
|
||||
</script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/flexibility/2.0.1/flexibility.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id='hydrate'>%sapper.html%</div>
|
||||
%sapper.scripts%
|
||||
<script type="text/javascript">
|
||||
flexibility(document.documentElement);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -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;
|
||||
|
@ -53,7 +53,7 @@ module.exports = {
|
||||
onwarn
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
mode,
|
||||
|
Loading…
x
Reference in New Issue
Block a user