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

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -