Added app and PHP version displays to the footer

This commit is contained in:
Gregory Ballantine
2025-06-26 14:29:38 -04:00
parent 4f0cb54190
commit e59d606f8c
6 changed files with 50 additions and 0 deletions

View File

@ -127,6 +127,15 @@ select[multiple]{
border-radius: 10px;
}
#main-footer{
margin-top: 25px;
p{
margin-bottom: 5px;
text-align: center;
}
}
#result-form{
margin: 0;