This repository has been archived on 2025-11-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
portfolio/computer-science-blog/css/main.css
2018-12-06 11:13:44 +00:00

29 lines
517 B
CSS

/* Reading School 2018, CSS*/
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%;
}
}