Commit 8d089b44366c852e92e436d6d7d3973eb4c69ee1
1 parent
66312a12
123
Showing
1 changed file
with
37 additions
and
1 deletions
Show diff stats
frontend/web/css/style.css
... | ... | @@ -1864,7 +1864,43 @@ p.right{text-align: right;} |
1864 | 1864 | padding-left: 16px; |
1865 | 1865 | background-position-x: calc(100% - 16px); |
1866 | 1866 | } |
1867 | - | |
1867 | +.otzivi_block { | |
1868 | + width: 100%; | |
1869 | + max-width: 865px; | |
1870 | + float: none; | |
1871 | + margin: 0 auto; | |
1872 | + padding-bottom: 140px; | |
1873 | +} | |
1874 | +.title9 { | |
1875 | + color: #847e7e; | |
1876 | + font-size: 24px; | |
1877 | + text-transform: uppercase; | |
1878 | + font-family: 'Lato-Light'; | |
1879 | + font-weight: 600; | |
1880 | + margin-top: 10px; | |
1881 | + margin-bottom: 11px; | |
1882 | +} | |
1883 | +.start_otzivi { | |
1884 | + text-align: center; | |
1885 | + text-transform: uppercase; | |
1886 | + color: #000000; | |
1887 | + font-size: 15px; | |
1888 | + line-height: 26px; | |
1889 | + font-family: 'Lato-Light'; | |
1890 | + font-weight: 600; | |
1891 | + margin-bottom: 15px; | |
1892 | + max-width: 640px; | |
1893 | + margin-left: auto; | |
1894 | + margin-right: auto; | |
1895 | +} | |
1896 | +.comments_block { | |
1897 | + border-bottom: 1px solid #d9d9d9; | |
1898 | +} | |
1899 | +.artbox_item_info { | |
1900 | + border-top: 1px solid #d9d9d9; | |
1901 | + padding-top: 18px; | |
1902 | + padding-bottom: 27px; | |
1903 | +} | |
1868 | 1904 | /**/ |
1869 | 1905 | @media (min-width: 1200px){ |
1870 | 1906 | .nav_up{ | ... | ... |