Update GCSE CS blog

This commit is contained in:
Matthew Grove
2018-12-08 15:14:18 +00:00
parent 3f7f4ee573
commit f675b0d9c7
4 changed files with 21 additions and 54 deletions

View File

@@ -1,6 +1,10 @@
/* Reading School 2018, CSS*/
.carousel-inner {
height: 250px;
border-radius: 4px;
overflow: hidden auto;
margin-bottom: 15px;
background: rgba(10,10,10,0.2);
}
.carousel-inner .item {
height: 100%;
@@ -28,6 +32,11 @@
min-height: 32px;
}
/* revert changes made by Bootstrap */
p {
margin: 0;
}
/* add side margins depending on screen size */
#main-content {
text-align: left;