burningTyger hace 6 años
padre
commit
9c47eccf0e
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. 2 1
      daten/main.css
  2. 1 1
      jz.html

+ 2 - 1
daten/main.css

@@ -73,6 +73,7 @@ svelte {
   display: block;
 }
 
+@media screen {
 .page[size="A4"][orientation="portrait"] {
   width: 210mm;
   height: 297mm;
@@ -102,7 +103,7 @@ svelte {
   width: 210mm;
   height: 148mm;
 }
-
+}
 /* Typography */
 h1, h2, h3, h4, h5, h6 {
   margin-top: 0;

+ 1 - 1
jz.html

@@ -1,6 +1,6 @@
 {#each schueler as s}
   {#each s.abschnitte.filter(aktHalbjahr) as hj}
-    <div class="page grid" orientation="portrait" size="A4">
+    <div class="page grid" orientation="landscape" size="A3">
       <div class="seitenlogo">
         <img src="daten/traeger_logo.svg" height="160px" alt="traeger_logo" />
       </div>