Przeglądaj źródła

custom 404 styling

Heydon Pickering 8 lat temu
rodzic
commit
cc0f345e5f

Plik diff jest za duży
+ 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);

Plik diff jest za duży
+ 0 - 0
docs/service-worker.js


Plik diff jest za duży
+ 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);

Niektóre pliki nie zostały wyświetlone z powodu dużej ilości zmienionych plików