Skip to content

Commit d1069f8

Browse files
committed
pagina god no toco mas
1 parent 132f8fa commit d1069f8

4 files changed

Lines changed: 259 additions & 147 deletions

File tree

css/stratum.css

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
/* Stratum page specific styles */
2+
.section-header {
3+
position: relative;
4+
background: var(--bs-dark);
5+
padding: 2rem;
6+
margin-bottom: 3rem;
7+
}
8+
9+
.section-header::before {
10+
content: "";
11+
position: absolute;
12+
width: 100vw;
13+
height: 100%;
14+
top: 0;
15+
left: 50%;
16+
transform: translateX(-50%);
17+
background: var(--bs-dark);
18+
z-index: -1;
19+
}
20+
21+
.section-header h2 {
22+
color: var(--bs-white);
23+
font-family: "Special Elite", system-ui;
24+
margin: 0;
25+
font-size: 2.25rem;
26+
}
27+
28+
.section-content {
29+
padding-top: 2rem;
30+
}
31+
32+
.feature-grid {
33+
display: grid;
34+
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
35+
gap: 2rem;
36+
margin: 0 auto;
37+
max-width: 1200px;
38+
}
39+
40+
.feature-card {
41+
height: 100%;
42+
display: flex;
43+
flex-direction: column;
44+
}
45+
46+
.feature-card .card-body {
47+
flex: 1;
48+
display: flex;
49+
flex-direction: column;
50+
justify-content: space-between;
51+
}
52+
53+
.video-container {
54+
position: relative;
55+
padding-bottom: 56.25%;
56+
height: 0;
57+
overflow: hidden;
58+
max-width: 100%;
59+
margin: 2rem auto;
60+
}
61+
62+
.video-container iframe {
63+
position: absolute;
64+
top: 0;
65+
left: 0;
66+
width: 100%;
67+
height: 100%;
68+
}
69+
70+
.rules-summary {
71+
max-width: 800px;
72+
margin: 0 auto;
73+
}
74+
75+
/* Navbar specific fixes */
76+
@media (min-width: 992px) {
77+
.navbar-collapse {
78+
position: absolute;
79+
right: 0;
80+
top: 50%;
81+
transform: translateY(-50%);
82+
}
83+
84+
.nav-item {
85+
margin-left: 1.5rem;
86+
}
87+
}

img/stratum_logo_transparent.png

226 KB
Loading

0 commit comments

Comments
 (0)