|
@@ -30,7 +30,19 @@
|
|
|
font-family: "Duke POPSU";
|
|
|
font-weight: inherit;
|
|
|
font-size: 60pt;
|
|
|
- line-height: 52pt;
|
|
|
+ line-height: 48pt;
|
|
|
+ margin: 0;
|
|
|
+
|
|
|
+ // padding: 0;
|
|
|
+ padding-left: 0.1cm;
|
|
|
+ padding-top: 0cm;
|
|
|
+}
|
|
|
+
|
|
|
+.end {
|
|
|
+ font-family: "Duke POPSU";
|
|
|
+ font-weight: inherit;
|
|
|
+ font-size: 50pt;
|
|
|
+ line-height: 48pt;
|
|
|
margin: 0;
|
|
|
padding: 0;
|
|
|
}
|
|
@@ -49,6 +61,7 @@
|
|
|
text-transform: uppercase;
|
|
|
line-height: 15pt;
|
|
|
margin-top: 0;
|
|
|
+ margin: 3em;
|
|
|
padding-top: 0;
|
|
|
width: 250px;
|
|
|
}
|
|
@@ -256,7 +269,7 @@ blockquote{
|
|
|
box-decoration-break: clone;
|
|
|
line-height: calc(100% + 0.2cm);
|
|
|
// align-self: center;
|
|
|
- top: 10%;
|
|
|
+ top: 8%;
|
|
|
// transform: translateY(-50%);
|
|
|
}
|
|
|
|