Update GCSE CS blog

Insert blog pages via jQuery .load();
Ensure presentation buttons don't have content between them;
Improve styling
This commit is contained in:
Matthew Grove
2018-12-08 08:54:05 +00:00
parent bf02130a75
commit 3f7f4ee573
7 changed files with 86 additions and 73 deletions

View File

@@ -1,11 +1,11 @@
/* Reading School 2018, CSS*/
.carousel-inner {
height: 500px;
height: 250px;
}
.carousel-inner .item {
height: 100%;
}
.carousel-inner iframe {
.carousel-inner div {
width: 100%;
border: none;
height: 100%;
@@ -22,6 +22,13 @@
.presentation-button-right {
float: right;
}
/* ensure content below buttons doesn't cover them */
.presentation-buttons-container {
width: 100%;
min-height: 32px;
}
/* add side margins depending on screen size */
#main-content {
text-align: left;
margin: 20px 15%;