add files
This commit is contained in:
31
template-parts/critical-styles/styles-author.php
Normal file
31
template-parts/critical-styles/styles-author.php
Normal 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]-->
|
||||
Reference in New Issue
Block a user