Skip to content

Commit ae4d8ba

Browse files
author
Wilco
committed
Added special thanks to Rod
1 parent 37af202 commit ae4d8ba

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

frontend/src/app/about/about.component.css

+3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
.title {
22
text-align: center;
33
font-weight: bold;
4+
max-height: 16px;
45
}
56

67
.subtitle {
78
text-align: center;
89
font-weight: bold;
10+
max-height: 8px;
11+
margin-bottom: 32px;
912
}
1013
.icon {
1114
width: 128px;

frontend/src/app/about/about.component.html

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ <h2 class="title">LuckyStackWorker</h2>
1919
</p>
2020
Special thanks go out to:
2121
<ul>
22+
<li>Rod Bale for testing and inspiration</li>
2223
<li>Russ Williams for working out the linux version</li>
2324
<li>
2425
Jan Koet & Han van Biezen for providing details on the Savitzky-Golay

0 commit comments

Comments
 (0)