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 | 1729 | position: relative; |
1730 | 1730 | } |
1731 | 1731 | .collection{ |
1732 | - max-width: 1064px; | |
1732 | + max-width: 990px; | |
1733 | 1733 | width: 100%; |
1734 | 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 | 1743 | .collection .titles .line2{font-size: 17px;} |
1738 | 1744 | .collection .titles{ |
1739 | 1745 | margin: 36px auto 15px auto; |
... | ... | @@ -1756,7 +1762,12 @@ p.right{text-align: right;} |
1756 | 1762 | margin: 0 auto; |
1757 | 1763 | } |
1758 | 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 | 1771 | .cols a img{max-width: inherit; width:100%;} |
1761 | 1772 | .cols a .label{ |
1762 | 1773 | height: 40px; | ... | ... |