Commit 66faa11c27f0bbf13d66f2dfb9fa385dcec0f4da
1 parent
2d0c63e5
Exists in
master
and in
10 other branches
Fix ul element in article body.
Showing
2 changed files
with
7 additions
and
2 deletions
Show diff stats
page-inicial.css
... | ... | @@ -239,11 +239,10 @@ margin: -10px 0px 10px 20px; /*-20px 20px; |
239 | 239 | } |
240 | 240 | |
241 | 241 | .block.display-content-block .image { |
242 | - width: 100px; | |
242 | + width: 150px; | |
243 | 243 | height: 90px; |
244 | 244 | position: absolute; |
245 | 245 | margin-top: 35px; |
246 | - | |
247 | 246 | border: 0px solid #c0c1c1; |
248 | 247 | border-radius: 8px; |
249 | 248 | text-align: center; | ... | ... |