This commit is contained in:
Robert Austin 2019-02-17 18:43:41 +10:00
parent dcdde20b7c
commit ae72d8b0f5
15 changed files with 118 additions and 75 deletions

View file

@ -29,8 +29,12 @@ $paragraph-color: $black;
font-size: 0.9rem;
line-height: 1.4;
}
.highlight {
margin-bottom: 20px;
strong {
font-weight: bold;
}
em {
font-style: italic;
font-weight: normal;
}
ul,
ol {

View file

@ -1,4 +1,5 @@
.highlight {
margin-bottom: 20px;
}
.highlight .hll {
background-color: #ffffcc;

View file

@ -0,0 +1,2 @@
.summary {
}

View file

@ -1,5 +1,4 @@
.title {
color: #222222;
font-size: 2.4rem;
line-height: 1.2;
font-family: $font-family-base;
@ -10,3 +9,15 @@
font-size: 3rem;
}
}
.title-summary {
font-size: 1.6rem;
line-height: 1.4;
font-family: $font-family-base;
letter-spacing: -0.2px;
font-weight: 200;
margin-bottom: 10px;
@include media-breakpoint-up(md) {
font-size: 1.6rem;
}
}