This commit is contained in:
root 2021-05-04 11:54:51 +00:00
commit b924518a69
2 changed files with 5 additions and 2 deletions

View File

@ -59,7 +59,7 @@
&__body {
p {
font-size: $p-size;
line-height: $p-height;
line-height: $p-height;
margin-bottom: 30px;
a {
color: blue;

View File

@ -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;