[FIX] prevent wider content than viewport width in welcome page main area + center the badges in featured items

This commit is contained in:
luciash d' being 2015-11-07 06:46:17 +01:00
parent 410172964a
commit b7d94186a4
1 changed files with 7 additions and 1 deletions

View File

@ -115,6 +115,11 @@
position: absolute;
}
#welcome_page_main *
{
max-width: 100%;
}
#welcome_page_main
{
background-image:url(../images/welcome_page/pattern-body.png);
@ -175,7 +180,8 @@
font-size: 22px;
/*font-weight: bold;*/
text-align: center;
display: table-cell;
display: block;
margin: auto;
padding: 50px 26px 0px 20px;
}