Skip to content

Commit 6deda87

Browse files
authored
improved the copy
1 parent 95a2d85 commit 6deda87

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
overflow: hidden;
1717
font-family: 'cambria', sans-serif;
1818
line-height: 1.6;
19-
font-size: 16px;
19+
font-size: 18px;
2020
}
2121
.container {
2222
max-width: 800px;
@@ -35,7 +35,7 @@
3535
.book {
3636
position: absolute;
3737
bottom: 100%;
38-
font-size: 2rem;
38+
font-size: 3rem;
3939
animation: fall linear infinite;
4040
}
4141

@@ -57,7 +57,7 @@
5757
}
5858
h1 {
5959
color: #556b2f;
60-
font-size: 40px;
60+
font-size: 38px;
6161
}
6262
@keyframes fadeInScale {
6363
0% {
@@ -117,7 +117,7 @@ <h1><span ><a href="https://github.com/cmlpolymath/Notebooks/tree/main" style="c
117117

118118
<hr>
119119

120-
<p class="section-title">Each series of notebooks is dedicated to a specific book and contains the following sections:</p>
120+
<p class="section-title">Each series of notebooks is dedicated to a specific book and contains<br> the following sections:</br></p>
121121

122122
<ul>
123123
<li><strong>Book Information:</strong> <em>Title, Author, Publication Year,</em> and a brief summary.</li>
@@ -126,7 +126,7 @@ <h1><span ><a href="https://github.com/cmlpolymath/Notebooks/tree/main" style="c
126126
<li><strong>Discussion:</strong> Comments about the material to spark conversation</li>
127127
</ul>
128128

129-
<p>Feel free to explore the notebooks, contribute your own insights, and join the discussion. <br><i>Happy reading!</i></br></p>
129+
<p>Come explore the notebooks, contribute your own insights, and join the discussion. <br><i>Happy reading!</i></br></p>
130130
</div>
131131
</div>
132132
</body>

0 commit comments

Comments
 (0)