@@ -1040,6 +1040,12 @@ body > main {
line-height: 16px;
}
+@media (max-width: 500px) and (resolution: 150dpi) {
+ .news-item .meta .title {
+ font-size: 10px;
+ line-height: 12px;
+ }
+}
.news-item .meta .lead {
margin-bottom: 15px;
font: 18px/25px "Golos Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Ubuntu, Arial, sans-serif;
@@ -3375,11 +3381,6 @@ div.picture-cont-16x9 picture img {
background: black;
-@media (max-width: 500px) and (resolution: 150dpi) {
- .post h1 {
- font-size: 18px;
- }
-}
.desktop-search {
display: flex;
@@ -71,6 +71,10 @@
@media(max-width: @size-mobile){
font-size: 14px;
+ @media (resolution: 150dpi) {
.lead{
@@ -129,12 +129,7 @@ div.picture-cont-16x9{
//.post h1{ font-size: 25px; hyphens: auto;} Убрал по просьбе редакции, см. телеграм чат от 2023-12-13
- .post h1{
- font-size: 25px;
- @media (resolution: 150dpi) {
+ .post h1{ font-size: 25px}
.post h2{ font-size: 23px}
.post h3{ font-size: 16px}
.post h4{ font-size: 14px}