Fix some inaccuracies in the tutorial.

This commit is contained in:
UriyaHarpeness
2022-10-25 19:32:14 +03:00
parent 93e75f3f0e
commit 98fdb9d1a1
3 changed files with 8 additions and 5 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;
}