aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <m@mitjafelicijan.com>2023-07-11 13:48:34 +0200
committerMitja Felicijan <m@mitjafelicijan.com>2023-07-11 13:48:34 +0200
commitde9629141aad97ea7afc48fbd2b6af71cb288679 (patch)
tree2a109a1c8da11231877e77206f7fccd9b1173139
parentac5b114dc3a8c53bc218019535cd3fe97ab5a912 (diff)
downloadmitjafelicijan.com-de9629141aad97ea7afc48fbd2b6af71cb288679.tar.gz
Gramatical fixes and footer gap change
-rw-r--r--templates/base.html2
-rw-r--r--templates/index.html2
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>