Why does not the button align on the ipad? [closed]

0

The responsive of the site is aligning on the other devices quietly however on the ipad it leaves the place ... does anyone know a way to get it in the center without losing the position of the center for mobile phones? look how it is, if you can take a look at f12 the site is politicadascidades.com.br

    
asked by anonymous 23.03.2017 / 15:56

1 answer

0

You can use CSS:

.thumbnail {
   width: 100%;
   height: auto;
   margin: 0 auto;
}
    
23.03.2017 / 17:15