Sfoglia il codice sorgente

hyphens at short widths

Heydon Pickering 8 anni fa
parent
commit
94696d8b7d
3 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 5 0
      docs/css/styles.css
  2. 0 0
      docs/service-worker.js
  3. 5 0
      themes/infusion/static/css/styles.css

+ 5 - 0
docs/css/styles.css

@@ -796,6 +796,11 @@ h1 svg {
   width: 1px;
 }
 @media screen and (max-width: 45em) {
+
+    body {
+      hyphens: auto;
+    }
+
     [role="banner"] {
         position: static;
         width: auto;

File diff suppressed because it is too large
+ 0 - 0
docs/service-worker.js


+ 5 - 0
themes/infusion/static/css/styles.css

@@ -796,6 +796,11 @@ h1 svg {
   width: 1px;
 }
 @media screen and (max-width: 45em) {
+
+    body {
+      hyphens: auto;
+    }
+
     [role="banner"] {
         position: static;
         width: auto;

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