html - Divs not centered on different media queries -


i quite new in web development. have built website , problem in portfolio section. cannot manage center on devices images , text.

website url: alextodea.net

thanks lot!

relevant code. css used media queries : alextodea.net/css/style.css

add css, center image , text in devices below 980px.

@media screen , (max-width:990px) { #workd .thumb, #workd .description {     float: none;     margin: 0 auto;     text-align: center; } .col-xs-12.col-md-8.description.block.more { padding-left:0; } } 

Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -