seperated styles

master
Stephen 2 months ago
parent ed6193eee5
commit 2b4215d35b

File diff suppressed because it is too large Load Diff

@ -1,5 +1,6 @@
/* @import url('https://pad.xpub.nl/p/sixx-print-css/export/txt'); */
import "images.css"; /* Using a string */
import "../theatre.css"; /* Using a string */
:root {
/* --spot-color-1: #53018e; */

@ -0,0 +1,20 @@
#section-2{
font-family: "Courier";
}
#section-2 p{
width: 55mm;
margin-left: 25mm;
}
#section-2 h1{display: none;}
#section-2 h2, #section-2 h3{
text-decoration: underline;
text-align: center;
}
#section-2 strong{
position: absolute;
margin-left: -25mm;
width: 25mm;
}
Loading…
Cancel
Save