diff --git a/computer-science-blog/css/main.css b/computer-science-blog/css/main.css index bd39067..52bf73e 100644 --- a/computer-science-blog/css/main.css +++ b/computer-science-blog/css/main.css @@ -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%; + } } \ No newline at end of file diff --git a/computer-science-blog/pages/blog.html b/computer-science-blog/pages/blog.html index 6071600..d7b9d86 100644 --- a/computer-science-blog/pages/blog.html +++ b/computer-science-blog/pages/blog.html @@ -26,10 +26,12 @@
<script type="text/javascript" src="scripts/scripts.js"></script>
// onload of window
@@ -38,10 +40,11 @@
[condition] ? [value if true] : [value if false]
<iframe><iframe> or the jQuery .load() method.