Commit 25b5e1afff65e9e47d794fa0aaf75130e7fd570b
1 parent
ddc247a6
123
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1338,6 +1338,7 @@ a.active{ |
1338 | 1338 | } |
1339 | 1339 | .brand_logo{ |
1340 | 1340 | text-align: center; |
1341 | + padding-bottom: 20px; | |
1341 | 1342 | } |
1342 | 1343 | .brand_logo img{ |
1343 | 1344 | max-width: 960px; |
... | ... | @@ -2217,8 +2218,8 @@ p.right{text-align: right;} |
2217 | 2218 | .tile3 { |
2218 | 2219 | text-align: center; |
2219 | 2220 | overflow: hidden; |
2220 | - margin-bottom: 40px; | |
2221 | - margin-top: 30px; | |
2221 | + margin-bottom: 0px; | |
2222 | + margin-top: 15px; | |
2222 | 2223 | padding: 0!important; |
2223 | 2224 | margin-left: 5px; |
2224 | 2225 | margin-right: 5px; | ... | ... |