File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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---
5451layout: 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
Original file line number Diff line number Diff 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 : 1 em ;
23+ margin-bottom : 0.25 em ;
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 {
You can’t perform that action at this time.
0 commit comments