|
@@ -128,7 +128,13 @@ div.picture-cont-16x9{
|
|
.fixed_social_links{ display: none}
|
|
.fixed_social_links{ display: none}
|
|
}
|
|
}
|
|
@media(max-width: @size-mobile){
|
|
@media(max-width: @size-mobile){
|
|
- .post h1{ font-size: 25px; hyphens: auto;}
|
|
|
|
|
|
+ //.post h1{ font-size: 25px; hyphens: auto;} Убрал по просьбе редакции, см. телеграм чат от 2023-12-13
|
|
|
|
+ .post h1{
|
|
|
|
+ font-size: 25px;
|
|
|
|
+ @media (resolution: 150dpi) {
|
|
|
|
+ font-size: 18px;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
.post h2{ font-size: 23px}
|
|
.post h2{ font-size: 23px}
|
|
.post h3{ font-size: 16px}
|
|
.post h3{ font-size: 16px}
|
|
.post h4{ font-size: 14px}
|
|
.post h4{ font-size: 14px}
|