2 Commits 1fd7f28c9c ... 20f8a7092c

Autore SHA1 Messaggio Data
  vadimcesnokov 20f8a7092c Merge remote-tracking branch 'origin/dev' into dev 9 mesi fa
  vadimcesnokov 37e33110c5 Заги в мобилке 9 mesi fa
3 ha cambiato i file con 12 aggiunte e 2 eliminazioni
  1. 5 1
      assets/css/styles.css
  2. 7 1
      assets/less/style.less
  3. 0 0
      web/css/site.min.css

+ 5 - 1
assets/css/styles.css

@@ -3305,7 +3305,6 @@ div.picture-cont-16x9 picture img {
 @media (max-width: 500px) {
   .post h1 {
     font-size: 25px;
-    hyphens: auto;
   }
   .post h2 {
     font-size: 23px;
@@ -3376,6 +3375,11 @@ div.picture-cont-16x9 picture img {
     background: black;
   }
 }
+@media (max-width: 500px) and (resolution: 150dpi) {
+  .post h1 {
+    font-size: 18px;
+  }
+}
 .desktop-search {
   display: flex;
 }

+ 7 - 1
assets/less/style.less

@@ -128,7 +128,13 @@ div.picture-cont-16x9{
   .fixed_social_links{ display: none}
 }
 @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 h3{ font-size: 16px}
   .post h4{ font-size: 14px}

File diff suppressed because it is too large
+ 0 - 0
web/css/site.min.css


Some files were not shown because too many files changed in this diff