Skip to content

Commit 0cbc52e

Browse files
committed
Fix a style issue
1 parent 5289319 commit 0cbc52e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

slides.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,6 @@ But enough about me!
4747
<div v-click><p>they <strong>generalize</strong> f-strings</p></div>
4848
<div v-click><p>they help make f-strings <strong>safer</strong></p></div>
4949

50-
51-
52-
5350
---
5451
layout: cover
5552
---
@@ -112,7 +109,6 @@ type(t"Hello, {name}!")
112109
````
113110

114111
<div v-click><p>wait, <strong>what's this</strong>?</p></div>
115-
116112
---
117113

118114
# t-strings are **not** strings

style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ strong {
2020
font-size: 2em !important;
2121
border-radius: 0.25em !important;
2222
line-height: 1.5em !important;
23-
margin-bottom: 1em;
23+
margin-bottom: 0.25em;
2424
}
2525

2626
@font-face {
@@ -120,6 +120,10 @@ strong {
120120
padding-bottom: 0.55em;
121121
}
122122

123+
p:last-of-type {
124+
padding-bottom: 0 !important;
125+
}
126+
123127
h1,
124128
h2,
125129
h3 {

0 commit comments

Comments
 (0)