ソースを参照

hyphens at short widths

Heydon Pickering 8 年 前
コミット
94696d8b7d
3 ファイル変更10 行追加0 行削除
  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;

ファイルの差分が大きいため隠しています
+ 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;

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません