Update template.css

This commit is contained in:
2026-04-02 21:14:07 -05:00
parent 704178ba0d
commit 19a480ba0c

View File

@@ -9163,31 +9163,38 @@ fieldset:disabled .btn {
.mb-0 {
margin-bottom: 0 ;
margin-top: 0 ;
}
.mb-1 {
margin-bottom: 0.25rem ;
margin-bottom: 0.1rem ;
margin-top: 0.1rem ;
}
.mb-2 {
margin-bottom: 0.5rem ;
margin-bottom: 0.2rem ;
margin-top: 0.2rem ;
}
.mb-3,
.form-group {
margin-bottom: 1rem ;
margin-bottom: 0.3rem ;
margin-top: 0.3rem ;
}
.mb-4 {
margin-bottom: 1.5rem ;
margin-bottom: 0.4rem ;
margin-top: 0.4rem ;
}
.mb-5 {
margin-bottom: 3rem ;
margin-bottom: 0.5rem ;
margin-top: 0.5rem ;
}
.mb-auto {
margin-bottom: auto ;
margin-top: auto ;
}
.ms-0 {