Update GCSE CS blog

This commit is contained in:
Matthew Grove
2018-12-06 20:57:30 +00:00
parent 939e5205f8
commit 7695f54ac6
9 changed files with 128 additions and 99 deletions

View File

@@ -1,7 +1,14 @@
/* Reading School 2018, CSS*/
iframe {
.carousel-inner .item {
height: 100%;
}
.carousel-inner iframe {
width: 100%;
border: none;
height: 100%;
}
.carousel-indicators {
background: black;
}
.mdc-top-app-bar--fixed-adjust {
text-align: left;
@@ -26,4 +33,4 @@ iframe {
.mdc-top-app-bar--fixed-adjust {
margin: 0 1%;
}
}
}