Merge pull request #1017 from UriyaHarpeness/feature/fix-some-inaccuracies-in-the-tutorial

Fix some inaccuracies in the tutorial.
This commit is contained in:
Dave Pearson
2022-10-31 13:11:02 +00:00
committed by GitHub
5 changed files with 19 additions and 16 deletions

View File

@@ -2,8 +2,9 @@ Stopwatch {
layout: horizontal;
background: $boost;
height: 5;
padding: 1;
margin: 1;
min-width: 50;
padding: 1;
}
TimeDisplay {

View File

@@ -2,8 +2,8 @@ Stopwatch {
layout: horizontal;
background: $boost;
height: 5;
min-width: 50;
margin: 1;
min-width: 50;
padding: 1;
}