Skip to content

Commit 8d607aa

Browse files
committed
tweaks
1 parent b43bb46 commit 8d607aa

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

public/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
<body>
1111
<h1>Rollup code-splitting demo</h1>
1212

13+
<p><a href='https://github.com/rollup/rollup-starter-code-splitting'>See the source code on GitHub</a></p>
14+
1315
<div id='a'>
1416
<div data-used-by='a'></div>
1517
<div data-used-by='both'></div>

public/styles.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ body {
22
font-family: 'Helvetica Neue', Arial, sans-serif;
33
color: #333;
44
font-weight: 300;
5+
font-size: 18px;
6+
line-height: 1.2;
7+
}
8+
9+
h1 {
10+
font-size: 1.6em;
511
}
612

713
body > div {
@@ -20,5 +26,4 @@ body > div {
2026
margin: 0 0 0.5em 0;
2127
height: 6em;
2228
border-radius: 2px;
23-
font-size: 18px;
2429
}

0 commit comments

Comments
 (0)