Skip to content

Commit

Permalink
Merge pull request #54 from enflujo/estilos
Browse files Browse the repository at this point in the history
🖌️ Estilos
  • Loading branch information
1cgonza authored Apr 1, 2024
2 parents 78d2e4f + a8edfda commit 2830dac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/proyectos/[slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ if (proyectos && proyectos.length) {

<style lang="scss" is:global>
.contenidoProyecto {
ul {
list-style: circle;
margin-left: 20px;
}

.contenedorVideo169 {
width: 100%;
padding-top: 56.25%;
Expand Down

0 comments on commit 2830dac

Please sign in to comment.