Commit 4936e6ee973bc25e1909f412e56ea25792c8bcaa
1 parent
7daee5c5
Exists in
master
and in
12 other branches
Change homepage grid (box sizes)
Showing
1 changed file
with
11 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -408,6 +408,17 @@ p { |
408 | 408 | padding: 0 0 1em; |
409 | 409 | } |
410 | 410 | |
411 | + | |
412 | +/* Tamanho das colunas customiazdos na pagina inicial */ | |
413 | +.action-home-index .box-3{ | |
414 | + width: 230px; | |
415 | +} | |
416 | + | |
417 | +.action-home-index .box-1 { | |
418 | + /* display: inline-block;*/ | |
419 | + width: 490px; | |
420 | +} | |
421 | + | |
411 | 422 | /* padrao do box */ |
412 | 423 | #content .box .block-title { |
413 | 424 | font-size: 12px; | ... | ... |