You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
404 B
CSS

@font-face {
font-family: newpx;
src: url(/fnt/newpx-regular.otf)
}
body {
font-family: newpx;
font-size: 12pt;
line-height: 1.5;
max-width: 50em;
margin: 0 auto;
padding: 1em;
display: grid;
grid-template-columns: 10em auto;
grid-column-gap: 2em;
}
header {
grid-column: 1/-1;
padding: 2rem 0;
font-weight: bold;
font-size: 1.5em;
}
aside ul {
list-style-type: none;
padding: 0;
}