Update GCSE CS blog

This commit is contained in:
Matthew Grove
2018-12-09 21:12:37 +00:00
parent 40abbac2a7
commit 6c8aaacda2
13 changed files with 313 additions and 156 deletions

View File

@@ -36,6 +36,9 @@
}
.carousel-inner .item {
height: 100%;
width: 100%;
border: none;
padding: 15px;
}
@@ -46,24 +49,13 @@
.carousel-indicators .active {
background-color: var(--mdc-theme-secondary);
}
/* ensure content below buttons doesn't cover them */
.presentation-buttons-container {
width: 100%;
min-height: 32px;
}
/* revert changes made by Bootstrap */
p {
margin: 0;
}
.carousel-indicators {
margin: 0;
position: initial;
width: auto;
}
.carousel h1, .carousel h2, .carousel h3, .carousel .h1, .carousel .h2, .carousel .h3 {
margin-top: 0;
}
/* add side margins depending on screen size */
#main-content {

View File

@@ -0,0 +1,12 @@
html, body {
font-family: 'Roboto';
background: transparent;
}
/* revert changes made by Bootstrap */
p {
margin: 0;
}
h1, h2, h3, .h1, .h2, .h3 {
margin-top: 0;
}