Commit 2d07a4a5440aa591711d092435dc82102c7c9895
1 parent
68a83c7a
123
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1382,6 +1382,10 @@ a.active{ |
1382 | 1382 | font-family: 'Lato-Medium'!important; |
1383 | 1383 | font-size: 14px!important; |
1384 | 1384 | } |
1385 | +.titles .line2{ | |
1386 | + max-width: 960px; | |
1387 | + margin: 0 auto; | |
1388 | +} | |
1385 | 1389 | .title4{ |
1386 | 1390 | text-transform: uppercase; |
1387 | 1391 | font-family: 'Lato-Light'; | ... | ... |