Skip to content

Commit 5361d88

Browse files
authored
Merge pull request #62 from icd2k3/fix-highlight-desc
fix: Highlight description
2 parents 36ab5c3 + 808978c commit 5361d88

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

src/index.html

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -245,22 +245,6 @@
245245
margin-right: var(--spacing-extra-small);
246246
padding: var(--spacing-extra-small) 8px;
247247
}
248-
ul.stack {
249-
align-items: center;
250-
display: flex;
251-
flex-wrap: wrap;
252-
list-style-type: none;
253-
margin: 0 0 var(--spacing-extra-small) 0;
254-
padding: 0;
255-
}
256-
ul.stack li {
257-
background: var(--background-color);
258-
border-radius: 4px;
259-
display: inline-block;
260-
font-size: 0.8em;
261-
margin: var(--spacing-extra-small) var(--spacing-extra-small) 0 0;
262-
padding: 0 var(--spacing-extra-small);
263-
}
264248

265249
/* footer */
266250
footer {
@@ -433,9 +417,9 @@ <h4>Staff Software Engineer</h4>
433417
<strong class="years">(1 year)</strong>
434418
</dd>
435419
<dd class="desc">
436-
Helping users understand petabytes of system transaction data
437-
through Distributed Tracing, enabling them to resolve errors,
438-
improve latency, and monitor their complex architectures.
420+
Building better products for people and the planet! We provide a
421+
comprehensive product testing and research platform that helps
422+
companies launch new products with confidence.
439423
<ul>
440424
<li>
441425
Help define best practices for state management, code re-use,

0 commit comments

Comments
 (0)