Increase font size (hack)
This commit is contained in:
parent
ca5ed567ec
commit
b6089eba54
12
index.html
12
index.html
|
@ -4,6 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Ireland 2024</title>
|
||||
<link rel="stylesheet" href="dist/css/storymap.css">
|
||||
<style>
|
||||
html, body {
|
||||
margin: 0;
|
||||
|
@ -14,8 +15,17 @@
|
|||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
.vco-storymap .vco-caption {
|
||||
font-size: 16px !important;
|
||||
line-height: 18px !important;
|
||||
}
|
||||
.vco-storymap p {
|
||||
font-size: 20px !important;
|
||||
}
|
||||
.vco-storymap p a {
|
||||
background-position: 0 24px !important;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="dist/css/storymap.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="mapdiv"></div>
|
||||
|
|
Loading…
Reference in a new issue