Update templates & fix carousel bugs

Templates now have date of 2019 BBC Young Reporter day on them;
Carousel bug whereby if a dot was clicked & then the used scrolled away, 
the dot would turn black;
Dots now appear in the correct position on all screen sizes (they were 
too low on mobile).
This commit is contained in:
Matthew Grove
2019-03-06 07:22:44 +00:00
parent 11ebbc1cb1
commit 9bf63868bb
5 changed files with 12 additions and 6 deletions

View File

@@ -55,12 +55,14 @@ iframe {
.slick-dots li button:before {
font-size: 30px;
opacity: 1;
color: #ababab;
}
.slick-dots li.slick-active button::before {
font-size: 40px;
opacity: 1;
color: var(--mdc-theme-primary);
top: 0.5px;
}