This commit is contained in:
KANE LAZENI 2026-02-24 17:22:05 +00:00
parent 256a3c2bfc
commit 5550229fab

View File

@ -276,7 +276,8 @@
.header { .header {
background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%); background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
color: white; color: white;
padding: 30px; /*padding: 30px;*/
padding: 15px;
text-align: center; text-align: center;
} }
@ -290,7 +291,8 @@
} }
.content { .content {
padding: 40px 30px; /*padding: 40px 30px;*/
padding: 30px 15px;
} }
.step { .step {