Commit f0e9343a0ec713751aa980f7f4d33be14acbda5f
1 parent
c92d04dd
123
Showing
1 changed file
with
14 additions
and
3 deletions
Show diff stats
frontend/web/css/style.css
@@ -1729,11 +1729,17 @@ p.right{text-align: right;} | @@ -1729,11 +1729,17 @@ p.right{text-align: right;} | ||
1729 | position: relative; | 1729 | position: relative; |
1730 | } | 1730 | } |
1731 | .collection{ | 1731 | .collection{ |
1732 | - max-width: 1064px; | 1732 | + max-width: 990px; |
1733 | width: 100%; | 1733 | width: 100%; |
1734 | margin: 0 auto; | 1734 | margin: 0 auto; |
1735 | } | 1735 | } |
1736 | -.collection .titles .line1{font-size: 24px;margin-bottom: 8px;} | 1736 | +.collection .titles .line1{ |
1737 | + font-size: 24px; | ||
1738 | + margin-bottom: 8px; | ||
1739 | + max-width: 960px; | ||
1740 | + margin-left: auto; | ||
1741 | + margin-right: auto; | ||
1742 | +} | ||
1737 | .collection .titles .line2{font-size: 17px;} | 1743 | .collection .titles .line2{font-size: 17px;} |
1738 | .collection .titles{ | 1744 | .collection .titles{ |
1739 | margin: 36px auto 15px auto; | 1745 | margin: 36px auto 15px auto; |
@@ -1756,7 +1762,12 @@ p.right{text-align: right;} | @@ -1756,7 +1762,12 @@ p.right{text-align: right;} | ||
1756 | margin: 0 auto; | 1762 | margin: 0 auto; |
1757 | } | 1763 | } |
1758 | .down p{color:#000000;} | 1764 | .down p{color:#000000;} |
1759 | -.down{margin-bottom:63px;} | 1765 | +.down{ |
1766 | + margin-bottom: 63px; | ||
1767 | + max-width: 960px; | ||
1768 | + margin-left: auto; | ||
1769 | + margin-right: auto; | ||
1770 | +} | ||
1760 | .cols a img{max-width: inherit; width:100%;} | 1771 | .cols a img{max-width: inherit; width:100%;} |
1761 | .cols a .label{ | 1772 | .cols a .label{ |
1762 | height: 40px; | 1773 | height: 40px; |