Commit d1089b9 1 parent 21fa0c6 commit d1089b9 Copy full SHA for d1089b9
File tree 1 file changed +21
-1
lines changed
1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 59
59
< link rel ="apple-touch-icon-precomposed " sizes ="114x114 " href ="assets/ico/apple-touch-icon-114-precomposed.png ">
60
60
< link rel ="apple-touch-icon-precomposed " sizes ="72x72 " href ="assets/ico/apple-touch-icon-72-precomposed.png ">
61
61
< 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 >
62
78
</ head >
63
79
64
80
< body >
@@ -139,7 +155,11 @@ <h3>19 de Octubre - Pamplona</h3>
139
155
< div class ="row ">
140
156
< h3 > Sesiones Programadas</ h3 >
141
157
< 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
+
143
163
</ div >
144
164
</ div >
145
165
</ div >
You can’t perform that action at this time.
0 commit comments