Bladeren bron

custom 404 styling

Heydon Pickering 8 jaren geleden
bovenliggende
commit
cc0f345e5f
5 gewijzigde bestanden met toevoegingen van 22 en 2 verwijderingen
  1. 1 1
      docs/404.html
  2. 10 0
      docs/css/styles.css
  3. 0 0
      docs/service-worker.js
  4. 1 1
      themes/infusion/layouts/404.html
  5. 10 0
      themes/infusion/static/css/styles.css

File diff suppressed because it is too large
+ 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);

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


File diff suppressed because it is too large
+ 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);

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