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 20:57:30 +00:00

37 lines
635 B
CSS

/* Reading School 2018, CSS*/
.carousel-inner .item {
height: 100%;
}
.carousel-inner iframe {
width: 100%;
border: none;
height: 100%;
}
.carousel-indicators {
background: black;
}
.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%;
}
}