Heydon Pickering 8 лет назад
Родитель
Сommit
cc0f345e5f

Разница между файлами не показана из-за своего большого размера
+ 1 - 1
docs/404.html


+ 10 - 0
docs/css/styles.css

@@ -786,6 +786,16 @@ h1 svg {
 .pattern-section h1 {
     padding: 0 !important;
 }
+/* Custom 404 */
+.custom-404 {
+  text-align: center;
+}
+.custom-404 * {
+  margin: 0;
+}
+.custom-404 svg {
+  max-width: 100%;
+}
 /* Utilities */
 .vh {
   clip: rect(1px, 1px, 1px, 1px);

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
docs/service-worker.js


Разница между файлами не показана из-за своего большого размера
+ 1 - 1
themes/infusion/layouts/404.html


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

@@ -786,6 +786,16 @@ h1 svg {
 .pattern-section h1 {
     padding: 0 !important;
 }
+/* Custom 404 */
+.custom-404 {
+  text-align: center;
+}
+.custom-404 * {
+  margin: 0;
+}
+.custom-404 svg {
+  max-width: 100%;
+}
 /* Utilities */
 .vh {
   clip: rect(1px, 1px, 1px, 1px);

Некоторые файлы не были показаны из-за большого количества измененных файлов