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 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">
|
||||||
<title>Ireland 2024</title>
|
<title>Ireland 2024</title>
|
||||||
|
<link rel="stylesheet" href="dist/css/storymap.css">
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
@ -14,8 +15,17 @@
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
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>
|
</style>
|
||||||
<link rel="stylesheet" href="dist/css/storymap.css">
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="mapdiv"></div>
|
<div id="mapdiv"></div>
|
||||||
|
|
Loading…
Reference in a new issue