diff --git a/index.html b/index.html index 0fecaa1..7bc402f 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,16 @@ -->
+
+ asdf +
+

Performance Engineer, triscon IT-Services GmbH (2023⁠–⁠2025)

+

Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout

+
+
+
+ asdf +

Performance Engineer, triscon IT-Services GmbH (2023⁠–⁠2025)

Hello world: Lorem ipsum dolor sit amet, consecteur amet elit, even more text, and even even more text that is overfilling the page with stuff that nobody needs except for the people who make a layout

diff --git a/main.css b/main.css index 2c375e6..64c5667 100644 --- a/main.css +++ b/main.css @@ -12,7 +12,6 @@ /* print background and images */ -webkit-print-color-adjust: exact !important; /* Chrome, Safari 6 – 15.3, Edge */ - color-adjust: exact !important; /* Firefox 48 – 96 */ print-color-adjust: exact !important; /* Firefox 97+, Safari 15.4+ */ } @@ -52,11 +51,13 @@ h2 { font-size: 13pt; } +/* Block heading */ h3 { font-weight: normal; margin-bottom: 8pt; } +/* Block heading: subject */ h3 span.t { font-weight: 800; } @@ -68,3 +69,8 @@ div.block { div.block p { line-height: 1.4; } + +div.block div.left-hang { + float: left; + margin-left: -7.2cm; /* -(#left-panel.width - #right-panel.padding-left + target-margin-left) */ +} \ No newline at end of file