sadgsadg
This commit is contained in:
parent
82463aa695
commit
d4c6b96ffb
|
|
@ -59,7 +59,7 @@
|
|||
&__body {
|
||||
p {
|
||||
font-size: $p-size;
|
||||
line-height: $p-height;
|
||||
line-height: $p-height;
|
||||
margin-bottom: 30px;
|
||||
a {
|
||||
color: blue;
|
||||
|
|
|
|||
|
|
@ -1646,6 +1646,7 @@ li {
|
|||
.news__image {
|
||||
width: 100%;
|
||||
margin: 50px 0;
|
||||
display: block;
|
||||
}
|
||||
.news__image img {
|
||||
width: 100%;
|
||||
|
|
@ -1660,8 +1661,10 @@ li {
|
|||
color: blue;
|
||||
}
|
||||
.news__body img.aligncenter {
|
||||
margin: 0 auto;
|
||||
margin: 15px auto;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
.news__body-row {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Reference in New Issue