Update GCSE CS blog

This commit is contained in:
Matthew Grove
2018-12-06 11:13:44 +00:00
parent d326191359
commit 32c7b066a2
2 changed files with 28 additions and 1 deletions

View File

@@ -2,4 +2,28 @@
iframe {
width: 100%;
border: none;
}
.mdc-top-app-bar--fixed-adjust {
text-align: left;
margin: 0 15%;
}
@media screen and (max-width: 1000px) {
.mdc-top-app-bar--fixed-adjust {
margin: 0 10%;
}
}
@media screen and (max-width: 800px) {
.mdc-top-app-bar--fixed-adjust {
margin: 0 5%;
}
}
@media screen and (max-width: 600px) {
.mdc-top-app-bar--fixed-adjust {
margin: 0 2%;
}
}
@media screen and (max-width: 400px) {
.mdc-top-app-bar--fixed-adjust {
margin: 0 1%;
}
}