Fixed styling for export graph

This commit is contained in:
Gunnar Skjold
2022-02-12 10:09:03 +01:00
parent 29524c2123
commit 0dd77dbaa8
2 changed files with 4 additions and 4 deletions

View File

@@ -30,10 +30,10 @@
width: 50%; width: 50%;
text-align: center; text-align: center;
} }
.ipo,.xpo { .ipo,.epo {
font-size: 1.7rem; font-size: 1.7rem;
} }
.ipoa,.xpoa { .ipoa,.epoa {
font-size: 1.0rem; font-size: 1.0rem;
color: grey; color: grey;
} }

View File

@@ -30,10 +30,10 @@
width: 50%; width: 50%;
text-align: center; text-align: center;
} }
.ipo,.xpo { .ipo,.epo {
font-size: 1.7rem; font-size: 1.7rem;
} }
.ipoa,.xpoa { .ipoa,.epoa {
font-size: 1.0rem; font-size: 1.0rem;
color: grey; color: grey;
} }