templates: Remove unnecessary "margin" class from register template.

Removes the instances of the "margin" class from register.html and
the portico CSS rule. Doing so does not result in any visible
changes in the only place it was being applied the terms of service
checkbox on the page.
This commit is contained in:
Lauryn Menard
2025-10-08 14:50:12 +02:00
committed by Tim Abbott
parent 7bce6361b3
commit 5b5292d138
2 changed files with 3 additions and 7 deletions

View File

@@ -898,10 +898,6 @@ input.new-organization-button {
}
.input-group {
&.margin {
margin: 10px 0;
}
.progress {
margin: 0;
margin-top: 5px;