Skip to content

Commit b2e177b

Browse files
committed
Agrego titulo y quito h1 en primera slide
1 parent 2759f54 commit b2e177b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

recursos/slides/01.qmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Clase 1: Conociendo Python
1+
---
2+
title: "Clase 1: Conociendo Python"
3+
---
24

35
```{=html}
46
<div class="pdf-container">

styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ div.sidebar-item-container {
297297

298298

299299
.pdf-container {
300-
max-width: 700px;
300+
max-width: 750px;
301301
width: 100%;
302302
margin-inline: auto;
303303
aspect-ratio: 4 / 3; // Aspecto de la presentacion
@@ -306,5 +306,5 @@ div.sidebar-item-container {
306306
.pdf-container iframe {
307307
width: 100%;
308308
height: 100%;
309-
// border: none;
309+
border: solid 1px grey;
310310
}

0 commit comments

Comments
 (0)