diff options
Diffstat (limited to 'app/ui/eol.php')
-rw-r--r-- | app/ui/eol.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/ui/eol.php b/app/ui/eol.php index 8db4e41..7a2e170 100644 --- a/app/ui/eol.php +++ b/app/ui/eol.php @@ -42,10 +42,10 @@ </div> </div> <div style="display: grid; grid-template-columns: repeat(4, 1fr); position: relative; left: -38px; width: 108vw;"> + <div style="text-align: center;">December</div> <div style="text-align: center;">January</div> <div style="text-align: center;">February</div> <div style="text-align: center;">March</div> - <div style="text-align: center;">April</div> </div> <hr> |