Commit 0ae91e29b88487d11fcd0497c2895d0fd1a6583f
1 parent
f0e6950e
Exists in
master
and in
5 other branches
Rawhtml block on home
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
style.css
| ... | ... | @@ -309,6 +309,10 @@ div#article-parent { |
| 309 | 309 | margin-right: 10px; |
| 310 | 310 | } |
| 311 | 311 | |
| 312 | +.action-home-index #content .box-1 .block.raw-html-block { | |
| 313 | + width: 100%; | |
| 314 | +} | |
| 315 | + | |
| 312 | 316 | .action-home-index #content .box-1 .block-title { |
| 313 | 317 | padding: 0.6em 1.5em; |
| 314 | 318 | color: #444; | ... | ... |