Projet

Général

Profil

« Précédent | Suivant » 

Révision 7e581dc9

Ajouté par Guillaume Denis il y a environ 9 ans

finish sticky footer in all screen sizes

Voir les différences:

ckanext/ozwillo_theme/fanstatic/ozwillo.css
204 204
  background: url('/img/twitter.png') no-repeat top 3px left 0;
205 205
}
206 206

  
207
@media (min-width: 992px) {
208
  html, body {
209
    height: 100%;
210
  }
207
html, body {
208
  height: 100%;
209
}
210

  
211
body > .homepage, body > [role="main"] {
212
  min-height: 100%;
213
  height: auto;
214
  background: #eeeeee url("../../../base/images/bg.png");
215
}
216

  
217

  
218
@media (min-width: 980px) {
219
  
211 220
  body > .homepage, body > [role="main"] {
212
    min-height: 100%;
213
    height: auto;
214 221
    margin-bottom: -205px;
215 222
    padding-bottom: 205px;
216
    background: #eeeeee url("../../../base/images/bg.png");
223
  }
224
}
225

  
226
@media (min-width: 768px) and (max-width: 979px) {
227
  body > .homepage, body > [role="main"] {
228
    margin-bottom: -267px;
229
    padding-bottom: 267px;
230
  }
231
}
232

  
233
@media (max-width: 767px) {
234
  body > .homepage, body > [role="main"] {
235
    margin-bottom: -349px;
236
    padding-bottom: 349px;
217 237
  }
218 238
}
219 239

  

Formats disponibles : Unified diff