Skip to content

Commit e29d754

Browse files
committed
fix: design tweak suggestions from Marionne
1 parent 82b772c commit e29d754

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

static/styles/main.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,14 @@
209209
}
210210
}
211211
}
212+
213+
#th-project-x {
214+
--rh-icon-size: 21px;
215+
216+
align-items: center;
217+
display: flex;
218+
gap: var(--rh-space-md);
219+
}
212220
}
213221

214222
@layer patterns {
@@ -395,6 +403,7 @@
395403
padding-block: var(--rh-space-md);
396404
padding-inline-start: var(--rh-space-lg);
397405
padding-inline-end: var(--rh-space-2xl);
406+
line-height: 1.5;
398407
appearance: none;
399408
border: 0;
400409
background: none;

templates/partials/_projects-table.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<tr>
55
<th id="th-project-name" scope="col">Project name</th>
66
<th id="th-project-url" scope="col">Website</th>
7-
<th id="th-project-x" scope="col">X account</th>
7+
<th id="th-project-x" scope="col"><rh-icon set="social" icon="x" aria-label="X"></rh-icon> account</th>
88
<th id="th-project-cat" scope="col">Category</th>
99
</tr>
1010
</thead>

0 commit comments

Comments
 (0)