Skip to content

Commit b90b25d

Browse files
committed
unify headers.
1 parent 9b5fcc7 commit b90b25d

3 files changed

Lines changed: 6 additions & 27 deletions

File tree

GameFoundryStudio/assets/css/controls.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ h6 {
2424
}
2525

2626
h1 {
27-
font-size: clamp(42px, 7vw, 82px)
27+
font-size: 36px
2828
}
2929

3030
h2 {
@@ -35,6 +35,11 @@ h3 {
3535
font-size: 22px
3636
}
3737

38+
.tool-column-header h2,
39+
.tool-column-header h3 {
40+
font-size: 16px
41+
}
42+
3843
h4,
3944
h5,
4045
h6 {

GameFoundryStudio/assets/css/gamefoundrystudio.css

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,6 @@
190190
padding: 18px
191191
}
192192

193-
.card h3,
194-
.tool-card h3 {
195-
font-size: 22px
196-
}
197-
198193
.feature-image,
199194
.card img,
200195
.tool-card img {
@@ -224,12 +219,6 @@
224219
border-bottom: 1px solid var(--line)
225220
}
226221

227-
.page-title h1 {
228-
font-size: clamp(42px, 7vw, 82px);
229-
line-height: .92;
230-
margin: 14px 0
231-
}
232-
233222
.kicker {
234223
color: var(--gold);
235224
text-transform: uppercase;
@@ -533,7 +522,6 @@ details.vertical-accordion[open] summary:after {
533522
.tool-column-header h3 {
534523
margin: 0;
535524
color: var(--gold);
536-
font-size: 16px;
537525
letter-spacing: .08em;
538526
text-transform: uppercase;
539527
order: 1
@@ -585,10 +573,6 @@ details.vertical-accordion[open] summary:after {
585573
margin: 4px auto 18px
586574
}
587575

588-
.tool-center-panel h2 {
589-
font-size: clamp(26px, 4vw, 44px)
590-
}
591-
592576
.tool-center-panel p {
593577
margin-left: auto;
594578
margin-right: auto;
@@ -856,10 +840,6 @@ body.tool-focus-mode .tool-column:last-of-type {
856840
margin-left: 0
857841
}
858842

859-
.page-title h1 {
860-
font-size: 44px
861-
}
862-
863843
.sub-menu {
864844
position: static;
865845
opacity: 1;

GameFoundryStudio/assets/css/pages.css

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,6 @@
292292
align-items: center
293293
}
294294

295-
.controls-title {
296-
font-size: clamp(42px, 6vw, 76px);
297-
line-height: .95;
298-
margin: 14px 0
299-
}
300-
301295
.forgebot-stage {
302296
min-height: 360px;
303297
border: 1px solid rgba(255, 122, 0, .32);

0 commit comments

Comments
 (0)