93 lines
1.2 KiB
CSS
93 lines
1.2 KiB
CSS
@font-face {
|
|
font-family: 'Cardo';
|
|
src: url(https://jonathan-harrell.com/wp-content/themes/jonathanharrell/fonts/Cardo-Italic.woff) format('woff2');
|
|
}
|
|
|
|
#intro_text {
|
|
max-width: 40rem;
|
|
margin: 0 auto;
|
|
padding: 1rem;
|
|
text-align: left;
|
|
font-size: 16px;
|
|
}
|
|
|
|
section {
|
|
margin-top: 3rem;
|
|
}
|
|
|
|
#intro_text h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
line-height: 1.2;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: #2eec96;
|
|
}
|
|
|
|
hr {
|
|
height: 1px;
|
|
padding: 0;
|
|
border: 0;
|
|
background-color: #ccc;
|
|
}
|
|
|
|
|
|
.instructions ul,
|
|
.instructions ol {
|
|
margin: 0.075rem 0;
|
|
}
|
|
|
|
.instructions li {
|
|
margin-bottom: 0.25rem;
|
|
}
|
|
|
|
.instructions ul {
|
|
list-style: none;
|
|
padding-left: 50px;
|
|
margin: 0;
|
|
}
|
|
|
|
.instructions ul li {
|
|
position: relative;
|
|
padding-left: 1em;
|
|
}
|
|
|
|
.instructions ul li::before {
|
|
position: absolute;
|
|
left: 0;
|
|
content: '•';
|
|
}
|
|
|
|
.instructions ol {
|
|
padding-left: 1.2rem;
|
|
}
|
|
|
|
figure {
|
|
margin: 2rem 0;
|
|
padding: 1rem 0;
|
|
border-top: 1px solid #ccc;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
|
|
#intro_text header h1 {
|
|
margin-top: 0;
|
|
text-align: center;
|
|
}
|
|
|
|
header p {
|
|
text-align: center;
|
|
}
|
|
|
|
p.thick {
|
|
font-weight: bold;
|
|
}
|
|
|
|
#consent {
|
|
margin-bottom: 50px
|
|
}
|