change marking page layout

This commit is contained in:
smanylov
2025-12-16 15:03:32 +07:00
parent e94b0bf041
commit c9784bf18f
10 changed files with 340 additions and 28 deletions
+13 -4
View File
@@ -61,19 +61,28 @@
margin-bottom: 20px;
transition: all 0.3s ease;
.icon {
width: 70px;
height: 70px;
margin: 0 auto;
color: #6366f1;
}
h4 {
color: #6366f1;
margin-bottom: 10px;
margin-bottom: 5px;
font-size: 22px;
}
.description {
color: #6b7280;
margin-bottom: 20px;
margin-bottom: 5px;
text-align: start;
}
.btn-primary {
background: linear-gradient(45deg, #6566f1, #01579b);
margin-bottom: 20px;
background: linear-gradient(45deg, #6566f1, #5a5ce9);
margin-bottom: 40px;
}
}