diff options
| -rw-r--r-- | templates/base.html | 2 | ||||
| -rw-r--r-- | templates/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index eb71809..1957deb 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -31,7 +31,7 @@ | |||
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | footer { | 33 | footer { |
| 34 | margin-block-start: 3rem; | 34 | margin-block-start: 2rem; |
| 35 | } | 35 | } |
| 36 | 36 | ||
| 37 | cap { | 37 | cap { |
diff --git a/templates/index.html b/templates/index.html index 9b4db05..f5c5ff8 100644 --- a/templates/index.html +++ b/templates/index.html | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | <th width="5"></th> | 23 | <th width="5"></th> |
| 24 | <th>Project name</th> | 24 | <th>Project name</th> |
| 25 | <th>What is being worked on?</th> | 25 | <th>What is being worked on?</th> |
| 26 | <th>Last updated</th> | 26 | <th>Last update</th> |
| 27 | </tr> | 27 | </tr> |
| 28 | </thead> | 28 | </thead> |
| 29 | <tbody> | 29 | <tbody> |
