summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2021-11-04 16:39:54 +0200
committerJan Tuomi <jan.tuomi@valuemotive.com>2021-11-04 16:39:54 +0200
commit69d48eb332ac53104cf57b408059a103151071fb (patch)
treea24b0ccbf03a31762e00b4adf5d9131cff7cc534 /index.html
parente329e6f3afeca8657ac8dbc8fb7f48a6f19d9522 (diff)
Add images to posts
Diffstat (limited to 'index.html')
-rw-r--r--index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html
index 592b78d..aa7842e 100644
--- a/index.html
+++ b/index.html
@@ -6,6 +6,15 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="./vendor/main.css">
+ <style>
+ body {
+ margin: 0 auto;
+ }
+
+ img {
+ width: 100%;
+ }
+ </style>
<script src="https://cdn.auth0.com/js/auth0-spa-js/1.13/auth0-spa-js.production.js"></script>
<!-- <script src="https://cdn.auth0.com/js/auth0/9.11/auth0.min.js"></script> -->
</link>