Commit 5a0be2fa6783f2d58dd66fd545aff85fa05eb294

Authored by Leandro Santos
2 parents 5ad3107e b9825174
Exists in new-theme

Merge branch 'master' of gitlab.com:participa/participa2-theme

Showing 1 changed file with 7 additions and 7 deletions   Show diff stats
style.css
... ... @@ -67,17 +67,17 @@ width: 80%;
67 67 /**Nova largura dos blocos lateral e principal**/
68 68  
69 69 .box-1, .no-boxes {
70   -margin: 0 0 0 0;
71   -display: block;
72   -position: relative;
73   -overflow: hidden;
  70 + margin: 0 auto;
  71 + display: block;
  72 + position: relative;
  73 + width: 62%;
74 74 }
75 75  
76 76 .box-1 .blocks,
77 77 .no-boxes .blocks {
78   - width: auto;
79   - float: none;
80   - padding: 0 1em;
  78 + width: auto;
  79 + float: none;
  80 + padding: 0 1em;
81 81 }
82 82  
83 83  
... ...