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;
}
+3 -2
View File
@@ -24,7 +24,8 @@ html {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
object-fit: contain;
background-color: #fff;
margin-bottom: 20px;
}
@@ -83,4 +84,4 @@ html {
.error-message {
color: red;
margin-bottom: 15px;
}
}
@@ -25,7 +25,8 @@ body {
width: 100px;
height: 100px;
border-radius: 50%;
object-fit: cover;
object-fit: contain;
background-color: #fff;
margin-bottom: 10px;
}
@@ -62,4 +63,4 @@ body {
.modal-header .logo {
max-width: 150px;
}
}
}
+2 -1
View File
@@ -128,7 +128,8 @@ body.centered {
width: 120px;
height: 120px;
border-radius: 50%;
object-fit: cover;
object-fit: contain;
background-color: #fff;
margin-bottom: 20px;
}
+2 -1
View File
@@ -34,7 +34,8 @@ body {
width: 120px;
height: 120px;
border-radius: 50%;
object-fit: cover;
object-fit: contain;
background-color: #fff;
margin-top: 10px;
}
+2 -1
View File
@@ -2,7 +2,8 @@
width: 120px;
height: 120px;
border-radius: 50%;
object-fit: cover;
object-fit: contain;
background-color: #fff;
}
/* Responsive adjustments for smaller screens */