Commit 565da30e8c8a73021c2b8ac975e9fa3f7ba32d6a

Authored by Eugeny Galkovskiy
1 parent 106471ae

123

Showing 1 changed file with 16 additions and 2 deletions   Show diff stats
frontend/web/css/style.css
@@ -1615,11 +1615,17 @@ p.right{text-align: right;} @@ -1615,11 +1615,17 @@ p.right{text-align: right;}
1615 margin: 0 auto 30px; 1615 margin: 0 auto 30px;
1616 position: relative; 1616 position: relative;
1617 } 1617 }
1618 -.collection{max-width:960px;margin:0 auto;} 1618 +.collection{
  1619 + max-width: 1064px;
  1620 + width: 100%;
  1621 + margin: 0 auto;
  1622 +}
1619 .collection .titles .line1{font-size: 24px;margin-bottom: 8px;} 1623 .collection .titles .line1{font-size: 24px;margin-bottom: 8px;}
1620 .collection .titles .line2{font-size: 17px;} 1624 .collection .titles .line2{font-size: 17px;}
1621 .collection .titles{ 1625 .collection .titles{
1622 - margin: 36px 0px 15px 0px; 1626 + margin: 36px auto 15px auto;
  1627 + width: 100%;
  1628 + max-width: 1014px;
1623 } 1629 }
1624 .collection p{ 1630 .collection p{
1625 font-size: 15px; 1631 font-size: 15px;
@@ -1627,6 +1633,14 @@ p.right{text-align: right;} @@ -1627,6 +1633,14 @@ p.right{text-align: right;}
1627 line-height: 18px; 1633 line-height: 18px;
1628 letter-spacing: 0.3px; 1634 letter-spacing: 0.3px;
1629 text-align: justify; 1635 text-align: justify;
  1636 + width: 100%;
  1637 + max-width: 1014px;
  1638 + margin: 0 auto;
  1639 +}
  1640 +.collection .down .more{
  1641 + width: 100%;
  1642 + max-width: 1010px;
  1643 + margin: 0 auto;
1630 } 1644 }
1631 .down p{color:#000000;} 1645 .down p{color:#000000;}
1632 .down{margin-bottom:63px;} 1646 .down{margin-bottom:63px;}