We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37af202 commit ae4d8baCopy full SHA for ae4d8ba
frontend/src/app/about/about.component.css
@@ -1,11 +1,14 @@
1
.title {
2
text-align: center;
3
font-weight: bold;
4
+ max-height: 16px;
5
}
6
7
.subtitle {
8
9
10
+ max-height: 8px;
11
+ margin-bottom: 32px;
12
13
.icon {
14
width: 128px;
frontend/src/app/about/about.component.html
@@ -19,6 +19,7 @@ <h2 class="title">LuckyStackWorker</h2>
19
</p>
20
Special thanks go out to:
21
<ul>
22
+ <li>Rod Bale for testing and inspiration</li>
23
<li>Russ Williams for working out the linux version</li>
24
<li>
25
Jan Koet & Han van Biezen for providing details on the Savitzky-Golay
0 commit comments