Commit e30a80359adc9cf739210cb54c6a1fc1a8627df5
1 parent
122b1863
123
Showing
1 changed file
with
9 additions
and
5 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1001,8 +1001,8 @@ footer .socbuts a:hover{ |
1001 | 1001 | .tile3{ |
1002 | 1002 | text-align: center; |
1003 | 1003 | overflow: hidden; |
1004 | - margin-bottom: 40px; | |
1005 | - margin-top: 30px; | |
1004 | + margin-bottom: 15px; | |
1005 | + margin-top: 0px; | |
1006 | 1006 | padding: 0!important; |
1007 | 1007 | } |
1008 | 1008 | .tile3 .picture{ |
... | ... | @@ -1338,7 +1338,7 @@ a.active{ |
1338 | 1338 | } |
1339 | 1339 | .brand_logo{ |
1340 | 1340 | text-align: center; |
1341 | - padding-bottom: 20px; | |
1341 | + padding-bottom: 30px; | |
1342 | 1342 | } |
1343 | 1343 | .brand_logo img{ |
1344 | 1344 | max-width: 960px; |
... | ... | @@ -1375,8 +1375,12 @@ a.active{ |
1375 | 1375 | font-weight: 600; |
1376 | 1376 | text-transform: uppercase; |
1377 | 1377 | } |
1378 | -.brand .about_brand{ | |
1379 | - marign-top:30px; | |
1378 | +.brand .about_brand { | |
1379 | + margin-top: 40px!important; | |
1380 | +} | |
1381 | +.spoiler-inner{ | |
1382 | + font-family: 'Lato-Medium'; | |
1383 | + font-size: 14px; | |
1380 | 1384 | } |
1381 | 1385 | .title4{ |
1382 | 1386 | text-transform: uppercase; | ... | ... |