Refactor ISP pie chart to make it more consitent

This commit is contained in:
nymkappa
2022-08-16 18:47:45 +02:00
parent 7f48416dc3
commit 82f8bf6bb4
8 changed files with 192 additions and 135 deletions

View File

@@ -149,7 +149,8 @@
}
.name {
width: 25%;
width: 35%;
max-width: 300px;
@media (max-width: 576px) {
width: 70%;
max-width: 150px;
@@ -159,14 +160,14 @@
}
.share {
width: 20%;
width: 15%;
@media (max-width: 576px) {
display: none
}
}
.nodes {
width: 20%;
width: 15%;
@media (max-width: 576px) {
width: 10%;
}