add files

This commit is contained in:
Andrey Kuvshinov
2025-07-09 21:21:17 +03:00
commit 8fc8cbae32
596 changed files with 207566 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
<!--[critical-styles/styles-author]-->
<style>
.author .profile_onenews__picture img {
max-width: 196px;
width: 196px;
max-height: 196px;
height: 196px;
}
@media (min-width: 768px) and (max-width: 992px) {
.author__img {
margin-right: 30px;
}
}
@media (min-width: 768px) {
.author .profile_onenews__picture img {
margin-right: 30px;
}
}
@media (max-width: 767.98px) {
.author .profile_onenews__picture img {
margin-left: auto;
margin-right: auto;
}
.author__footer a {
margin: 0 auto;
}
}
</style>
<!--[critical-styles/styles-author]-->