Skip to content

Commit 11f2192

Browse files
More fixes
1 parent 3d7b818 commit 11f2192

File tree

2 files changed

+2
-20
lines changed

2 files changed

+2
-20
lines changed

_get_started/pytorch.md

-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ backend: Union[str, Callable] = "inductor",
162162
# advanced backend options go here as kwargs
163163
**kwargs
164164
) -> torch._dynamo.NNOptimizedModule
165-
166165
```
167166

168167
- **mode** specifies what the compiler should be optimizing while compiling.

_sass/get-started.scss

+2-19
Original file line numberDiff line numberDiff line change
@@ -284,15 +284,7 @@
284284
padding: 10px;
285285
}
286286

287-
h2 {
288-
font-family: Verdana;
289-
}
290-
291-
h3 {
292-
font-family: Verdana;
293-
}
294-
295-
b, em {
287+
b, em, h3, h2, p, a, strong {
296288
font-family: Verdana;
297289
}
298290

@@ -304,30 +296,21 @@
304296
}
305297
}
306298

307-
li {
308-
font-family: Verdana;
309-
}
310-
311299
code {
312300
font-family: IBMPlexMono,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
313301
padding: 2px;
314302
color: inherit;
315303
background-color: #f1f1f1;
316304
}
317305

318-
p {
306+
p, a {
319307
font-family: Verdana;
320308
word-break: break-word;
321309
strong {
322310
font-family: Verdana;
323311
}
324312
}
325313

326-
a {
327-
font-family: Verdana;
328-
word-break: break-word;
329-
}
330-
331314
.QnATable {
332315
@media screen and (max-width: 418px) {
333316
max-width: 95vw;

0 commit comments

Comments
 (0)