Commit 3741ed1c9b1eb2b23c2d34ed1e68a464afcc8932
Exists in
master
and in
12 other branches
Merge branch 'master' of https://gitlab.com/softwarepublico/noosfero-spb-theme
Showing
2 changed files
with
7 additions
and
2 deletions
Show diff stats
page-inicial.css
... | ... | @@ -251,11 +251,10 @@ margin: -10px 0px 10px 20px; /*-20px 20px; |
251 | 251 | } |
252 | 252 | |
253 | 253 | .block.display-content-block .image { |
254 | - width: 100px; | |
254 | + width: 150px; | |
255 | 255 | height: 90px; |
256 | 256 | position: absolute; |
257 | 257 | margin-top: 35px; |
258 | - | |
259 | 258 | border: 0px solid #c0c1c1; |
260 | 259 | border-radius: 8px; |
261 | 260 | text-align: center; | ... | ... |