summaryrefslogtreecommitdiff
path: root/templates/web/css/elenq-publishing.css
blob: 981b43093cafd13266c28aad2f98fb9f2bcdd534 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* Title block */

#title-block-header h1.main-title {
  font-size: 4.5rem; line-height: 1;  text-align: center;
  margin-bottom: 2rem;
  margin-top: 7rem;
  font-family: "LatoLatinLightWeb", Helvetica, Arial, sans-serif;
}
#title-block-header h1 span.subtitle{
  font-size: 2.5rem;
}

#title-block-header .author{
  text-align: center;
}


/* h2 are sections, increase the size and center them */
h2{
  font-size: 3.5rem;
  padding-top: 7rem;
  padding-bottom: 2rem;
  font-family: "LatoLatinLightWeb", Helvetica, Arial, sans-serif;
}