Skip to content

Commit d1089b9

Browse files
committed
Update index.html
1 parent 21fa0c6 commit d1089b9

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

index.html

+21-1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,22 @@
5959
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
6060
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
6161
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
62+
63+
<style>
64+
.botones-lista{
65+
display:flex;gap:20px;
66+
justify-content: center;
67+
}
68+
69+
@media screen and (max-width:480px){
70+
.botones-lista{
71+
text-align: center;
72+
margin: 0 auto;
73+
justify-content: center;
74+
flex-direction: column;
75+
}
76+
}
77+
</style>
6278
</head>
6379

6480
<body>
@@ -139,7 +155,11 @@ <h3>19 de Octubre - Pamplona</h3>
139155
<div class="row">
140156
<h3>Sesiones Programadas</h3>
141157
<p>Para conocer más sobre las interesantes sesiones programadas durante el evento, haz clic en el siguiente botón.</p>
142-
<a href="sesiones.html" class="button button--primary text--bold">Ver Sesiones</a>
158+
<div class="botones-lista">
159+
<a href="sesiones.html" class="button button--primary text--bold">Ver Sesiones</a>
160+
<a href="https://youtube.com/live/q4Md0yyYeBo?feature=share" target="_blank" class="button button--primary text--bold"> Ver Streaming</a>
161+
</div>
162+
143163
</div>
144164
</div>
145165
</div>

0 commit comments

Comments
 (0)