add my content layout

This commit is contained in:
smanylov
2026-01-15 12:27:39 +07:00
parent 719a3e3582
commit 7213e40b96
13 changed files with 257 additions and 30 deletions
+35 -2
View File
@@ -38,9 +38,9 @@
border-radius: 16px;
margin-bottom: 2rem;
box-shadow: 0 10px 40px rgba(102, 126, 234, 0.2);
color: v.$white;
h1 {
color: v.$white;
font-size: 2rem;
font-weight: 700;
margin: 0 0 0.5rem 0;
@@ -50,10 +50,43 @@
}
p {
color: rgba(255, 255, 255, 0.9);
font-size: 1rem;
margin: 0;
}
.header-content {
display: flex;
justify-content: space-between;
align-items: center;
gap: 40px;
.header-main {
flex: 1;
}
.header-stats {
display: flex;
gap: 28px;
align-items: center;
}
.header-stat-item {
text-align: center;
}
.header-stat-value {
font-size: 28px;
font-weight: 700;
margin-bottom: 4px;
}
.header-stat-label {
font-size: 13px;
opacity: 0.85;
text-transform: uppercase;
letter-spacing: 0.5px;
}
}
}
.main-containter-wrapper {