Skip to content

Commit 6ede656

Browse files
authored
Merge branch 'dev' into feat/ef-setup
Signed-off-by: TITI <162849030+0xtiti@users.noreply.github.com>
2 parents a135119 + c0436ee commit 6ede656

107 files changed

Lines changed: 4170 additions & 6055 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/common-config/src/components/CategoryCards/styles.module.css

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,22 @@
77
margin-top: 1.5rem;
88
padding: 0 0;
99
margin-bottom: 2rem;
10-
max-width: 66rem;
10+
max-width: 80rem;
1111
justify-items: center;
1212
}
1313

1414
.categoryCard {
1515
background: rgba(255, 255, 255, 0.08);
1616
height: 7.5rem;
17-
width: 15.6rem;
17+
width: 100%;
1818
border: 1px solid rgba(255, 255, 255, 0.2);
1919
border-radius: 10px;
2020
display: flex;
2121
align-items: center;
2222
justify-content: center;
2323
gap: 0.75rem;
24+
padding: 0 1rem; /* provide breathing room so long titles don't clip */
25+
box-sizing: border-box;
2426
transition: all 0.3s ease;
2527
text-decoration: none !important;
2628
position: relative;
@@ -84,7 +86,7 @@
8486
-apple-system,
8587
sans-serif;
8688
font-weight: 500;
87-
font-size: 1rem;
89+
font-size: 0.9rem;
8890
line-height: 1.2;
8991
padding-top: 0.15em;
9092
color: var(--wonderland-gray-100);
@@ -95,6 +97,7 @@
9597
position: relative;
9698
z-index: 1;
9799
text-decoration: none !important;
100+
white-space: nowrap;
98101
}
99102

100103
.categoryTitle::after {
@@ -116,7 +119,7 @@
116119
}
117120

118121
.categoryTitle {
119-
font-size: 0.8rem;
122+
font-size: 0.75rem;
120123
}
121124
.categoryIcon {
122125
width: 30px;
@@ -143,7 +146,7 @@
143146
}
144147

145148
.categoryTitle {
146-
font-size: 1rem;
149+
font-size: 0.75rem; /* keep smaller on narrower screens to prevent overflow */
147150
}
148151
.categoryIcon {
149152
width: 40px;

packages/common-config/static/common/img/aztec-handbook.svg

Lines changed: 22 additions & 23 deletions
Loading
Lines changed: 5 additions & 5 deletions
Loading
494 KB
Loading

packages/common-config/static/common/img/common-background-aztec.svg

Lines changed: 1352 additions & 0 deletions
Loading
16.6 KB
Binary file not shown.
Lines changed: 13 additions & 0 deletions
Loading
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)