centered chart on smaller screens

This commit is contained in:
mcguirepr89
2022-03-31 10:55:15 -04:00
parent e3cf6f4eb3
commit 79d025049a
2 changed files with 10 additions and 4 deletions
+10 -2
View File
@@ -404,7 +404,7 @@ button:hover {
display: block;
text-align: center;
}
.overview span {
.left-column {
display: none;
}
.right-column {
@@ -414,6 +414,10 @@ button:hover {
img {
max-width: 100%;
}
.overview .right-column img {
margin-left: 5%;
margin-right: auto;
}
}
@media screen and (max-width: 800px) {
@@ -475,11 +479,15 @@ button:hover {
.topnav.responsive button {
display: block;
}
.overview .column .left {
.left-column {
display: none;
}
.version {display:none;}
.left {
display:none;
}
.right-column img {
margin-left: 10%;
margin-right: auto;
}
}