Commit 9dbe2b7b895861b01c4b1fb1b5a78b4bc6ea9e06

Authored by Rafael Diego
1 parent 11bcf07d

barra de eventos escondida

src/app/content.scss
... ... @@ -79,9 +79,3 @@
79 79 }
80 80 }
81 81  
82   -.img-full {
83   - @media (max-width: 1199) {
84   - width: 100%;
85   - height: 100%;
86   - }
87   -}
88 82 \ No newline at end of file
... ...
src/app/pages/inicio/inicio.html
... ... @@ -88,7 +88,7 @@
88 88 </div>
89 89 </div>
90 90 </section>
91   - <section class="section-event">
  91 +<!-- <section class="section-event">
92 92 <div ng-if="pageInicio.events">
93 93 <event-list events="pageInicio.events"></event-list>
94 94 </div>
... ... @@ -106,7 +106,7 @@
106 106 </div>
107 107 </div>
108 108 </div>
109   - </section>
  109 + </section> -->
110 110 <section class="section-info" ng-if="pageInicio.loading || pageInicio.error">
111 111 <div class="container">
112 112 <div class="row">
... ...