add liveinternet

This commit is contained in:
2026-01-13 17:37:42 +03:00
parent dd1e6cb431
commit 3578560386
3 changed files with 21 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -146,8 +146,7 @@ header {
footer{
background-color: #3c3c3c;
padding-top: 22px;
padding-bottom: 22px;
padding-right: 12px;
padding-bottom: 42px;
position: relative;
}
@@ -208,6 +207,12 @@ footer{
opacity: .9;
}
.live_counter{
float: right;
margin-top: 12px;
margin-bottom: 12px;
}
@media (max-width: 768px) {
@@ -271,7 +276,8 @@ footer{
}
footer{
padding: 18px;
padding: 18px 18px 62px 18px;
}
.footer-content {

View File

@@ -25,6 +25,17 @@ article IMG {
object-fit: cover;
}
.main-article IMG::before {
content: "";
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: calc((100% - 1200px)/2);
z-index: 0;
background-color: #fff;
}
/* Портретный формат для постов из указанных рубрик */
body.image-portrait article figure {
display: flex;