fix logo circle, start email body
Deploy to Shared Hosting / Shared hosting deploy (push) Failing after 48s
Tests / PHPUnit (push) Failing after 1m17s

This commit is contained in:
root
2026-08-21 13:28:30 -04:00
parent d3da699e55
commit 23d1cbb64c
40 changed files with 303 additions and 157 deletions
+4 -2
View File
@@ -323,14 +323,16 @@ color: #080808;
.navbar-logo {
height: 50px !important;
width: 50px !important;
object-fit: cover;
object-fit: contain;
border-radius: 50%;
background-color: #fff;
margin-right: 1rem;
}
.school-logo-circle {
border-radius: 50%;
object-fit: cover;
object-fit: contain;
background-color: #fff;
}