@@ -9360,6 +9360,9 @@ footer .copyright .logo {
display: block;
clear: both;
content: ''; }
+ .special-page__article p img {
+ float: right;
+ margin-left: 20px; }
.special-page__article table .mobileth {
display: none; }
.special-page__article .col3__item {
@@ -206,6 +206,11 @@
p {
@extend %p;
+
+ img {
+ margin-left: 20px;
+ }
}
ul {