From cf0ffe87441a2aa436c1f6a93e9af980d6467c5d Mon Sep 17 00:00:00 2001 From: David Madl Date: Wed, 18 Feb 2026 11:55:49 +0100 Subject: [PATCH] adapt print layout --- index.html | 7 +++---- main.css | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index e9235e2..cfa4cce 100644 --- a/index.html +++ b/index.html @@ -120,9 +120,9 @@

Designed a test device for connecting to and testing ticket printer hardware for buses, including circuit design, layouting, mechanical design and industrialisation.

-
-

Education

+
+

Education

MSc Informatics, The University of Edinburgh (2014⁠–⁠2015)

Specialism: Learning from Data

@@ -161,8 +161,7 @@

Automatisiertes Verfahren zur Dokumentation eines Verstoßes gegen die Straßenverordnung "Einfahrt verboten"

-

(Automatic method for documenting offences against the traffic regulation "No entry")

-

Madl, F., Madl. T, & Madl, D. (2014). Austrian utility patent: GM 8061/2013.

+

(Automatic method for documenting offences against the traffic regulation "No entry"). Madl, F., Madl. T, & Madl, D. (2014). Austrian utility patent: GM 8061/2013.

diff --git a/main.css b/main.css index 8793203..30ecefb 100644 --- a/main.css +++ b/main.css @@ -5,12 +5,12 @@ @media print { @page { - margin: 2.5cm 0cm; + margin: 2cm 0cm; @top-left { font-size: 10pt; background-image: linear-gradient(to right, rgb(185,205,229), rgb(185,205,229)); - background-size: 6.7cm 2.5cm; + background-size: 6.7cm 2cm; background-position: top left; background-repeat: no-repeat; padding-left: 7.7cm; @@ -20,7 +20,7 @@ @bottom-left { font-size: 10pt; background-image: linear-gradient(to right, rgb(185,205,229), rgb(185,205,229)); - background-size: 6.7cm 2.5cm; + background-size: 6.7cm 2cm; background-position: top left; background-repeat: no-repeat; padding-left: 7.7cm; @@ -61,7 +61,7 @@ ul { #right-panel { margin-left: 6.7cm; - padding: 2.5cm 1cm; + padding: 2cm 1cm; } @media print {