We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6540a commit 5d49bdaCopy full SHA for 5d49bda
app/src/components/Chart/RadialBarChart.vue
@@ -97,7 +97,7 @@ const chartOptions = computed(() => ({
97
position: absolute;
98
top: -30px;
99
@media (max-width: 1700px) and (min-width: 1200px) {
100
- top: -10px;
+ top: -30px;
101
}
102
@media (max-width: 768px) and (min-width: 290px) {
103
left: 50%;
@@ -114,9 +114,6 @@ const chartOptions = computed(() => ({
114
.bottom_text {
115
116
top: calc(106px);
117
- @media (max-width: 1300px) and (min-width: 1200px) {
118
- top: calc(96px);
119
- }
120
font-weight: 600;
121
width: 100%;
122
text-align: center;
0 commit comments