Skip to content

Commit 9596331

Browse files
authored
chore: add "MVP" to my titles (playfulprogramming#1219)
2 parents c8f36a4 + 5b70862 commit 9596331

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

src/views/collections/framework-field-guide/components/your-guide-metrics.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
gap: var(--section-gap);
77
margin: 0;
88
padding: 0;
9+
padding-bottom: var(--spc-6x);
910
list-style-type: none;
1011
grid-template-columns: repeat(3, 1fr);
1112
grid-template-rows: repeat(2, 1fr);

src/views/collections/framework-field-guide/components/your-guide-text-container.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ import YourGuideTextContainerBack from "./your-guide-text-container-back.astro";
1212
class={`text-style-button ${styles.titleLink}`}
1313
href="https://stars.github.com/profiles/crutchcorn/">GitHub Star</a
1414
>
15+
<span class={styles.titleDivider}>·</span>
16+
<a
17+
class={`text-style-button ${styles.titleLink}`}
18+
href="https://mvp.microsoft.com/en-US/MVP/profile/0ab92fa3-8847-4304-8104-0cdfc5b79ed8"
19+
>Microsoft MVP</a
20+
>
1521
</p>
1622
<div class={styles.guideText}>
1723
<div id="guide-text-front" class={styles.guideTextFront}>

src/views/collections/framework-field-guide/components/your-guide-text-container.module.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
top: 0;
2626
white-space: pre;
2727
z-index: 1;
28+
flex-wrap: wrap;
29+
width: max-content;
30+
max-width: 80vw;
2831
}
2932

3033
.titleDivider {

0 commit comments

Comments
 (0)