From 1c13c72a5375b5aae08680a1558769c495217db0 Mon Sep 17 00:00:00 2001 From: Konstantin Hintermayer Date: Sun, 22 Jun 2025 12:01:57 +0200 Subject: [PATCH] Module-Styling mb-6 & mt-3 classes. --- .../Module.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Server/wwwroot/Modules/SZUAbsolventenverein.Module.EventRegistration/Module.css b/Server/wwwroot/Modules/SZUAbsolventenverein.Module.EventRegistration/Module.css index 0856a26..ca6c9e9 100644 --- a/Server/wwwroot/Modules/SZUAbsolventenverein.Module.EventRegistration/Module.css +++ b/Server/wwwroot/Modules/SZUAbsolventenverein.Module.EventRegistration/Module.css @@ -1 +1,8 @@ -/* Module Custom Styles */ \ No newline at end of file +/* Module Custom Styles */ +.mb-6 { + margin-bottom: 6rem; +} + +.mt-3 { + margin-top: 3rem; +} \ No newline at end of file