This commit is contained in:
ns77@siliconpin.com
2025-09-03 14:24:05 +00:00
parent 7b7e4161b6
commit 9faae333d6
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
<style> <style>
.agent-body { .agent-body {
margin: 0; margin: 0;
margin-bottom: 50px;
padding: 0; padding: 0;
font-family: Arial, sans-serif; font-family: Arial, sans-serif;
overflow-y: auto; overflow-y: auto;

View File

@@ -142,7 +142,7 @@ $conn->close();
.welcome-text { .welcome-text {
font-size: 20px; font-size: 20px;
font-weight: 600; font-weight: 600;
margin-bottom: 15px; margin-bottom: 70px;
} }
.success-msg { .success-msg {