diff --git a/app/templates/views/guidance/letter-specification b/app/templates/views/guidance/letter-specification new file mode 100644 index 000000000..d00f96713 --- /dev/null +++ b/app/templates/views/guidance/letter-specification @@ -0,0 +1,47 @@ +{% extends "content_template.html" %} +{% from "components/service-link.html" import service_link %} + +{% block per_page_title %} + Letter specification +{% endblock %} + +{% block content_column_content %} + +
Page size and layout: A4 portrait (210 × 297 mm)
+Maximum file size: 2 MB
+ +Your letter must 10 pages or less (5 double-sided sheets of paper).
+Content must be inside the printable area.
+ +Top margin 5.00mm
+Left margin 15.00mm
+Right margin 15.00mm
+Bottom margin 5.00mm
+ +Position: 5mm from top edge, 15mm from left edge
+Size: 200mm wide by 25mm high
+ +Position: 24.6mm from top edge, 39.5mm from left edge
+Size: 95.4mm wide by 26.8mm high
+ +Position: 30.00mm from top edge, 125mm from left edge
+Size: 65mm wide by 65mm high
+ +Top margin 5.00mm
+Left margin 15.00mm
+Right margin 15.00mm
+Bottom margin 5.00mm
+ +{% endblock %}