Skip to content

Commit bf8e179

Browse files
committed
Rebase examples catalog onto current site page
1 parent 86f0cf6 commit bf8e179

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

prototypes/docusaurus/src/pages/examples.module.css

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,6 @@
6262
gap: 1rem;
6363
}
6464

65-
.patternGrid {
66-
margin-bottom: 2.2rem;
67-
display: grid;
68-
grid-template-columns: repeat(3, minmax(0, 1fr));
69-
gap: 0.9rem;
70-
}
71-
7265
.card {
7366
border: 1px solid var(--site-border);
7467
border-radius: 8px;
@@ -82,17 +75,12 @@
8275
line-height: 1.12;
8376
}
8477

85-
.pattern,
8678
.repoMeta {
8779
margin: 0 0 0.55rem;
8880
font-size: 0.88rem;
8981
color: var(--ifm-color-content-secondary);
9082
}
9183

92-
.pattern {
93-
font-family: var(--ifm-font-family-monospace);
94-
}
95-
9684
.tagRow {
9785
display: flex;
9886
flex-wrap: wrap;
@@ -124,7 +112,6 @@
124112
}
125113

126114
.decisionGrid,
127-
.patternGrid,
128115
.grid {
129116
grid-template-columns: 1fr;
130117
}

0 commit comments

Comments
 (0)