We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2759f54 commit b2e177bCopy full SHA for b2e177b
recursos/slides/01.qmd
@@ -1,4 +1,6 @@
1
-# Clase 1: Conociendo Python
+---
2
+title: "Clase 1: Conociendo Python"
3
4
5
```{=html}
6
<div class="pdf-container">
styles.scss
@@ -297,7 +297,7 @@ div.sidebar-item-container {
297
298
299
.pdf-container {
300
- max-width: 700px;
+ max-width: 750px;
301
width: 100%;
302
margin-inline: auto;
303
aspect-ratio: 4 / 3; // Aspecto de la presentacion
@@ -306,5 +306,5 @@ div.sidebar-item-container {
306
.pdf-container iframe {
307
308
height: 100%;
309
- // border: none;
+ border: solid 1px grey;
310
}
0 commit comments