Increase font size (hack)

This commit is contained in:
Chandler Swift 2025-01-04 14:48:07 -06:00
parent ca5ed567ec
commit b6089eba54
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -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>