Skip to content
Snippets Groups Projects
Commit 6234673f authored by jonschi's avatar jonschi
Browse files

adjust some constants

parent c0ab331b
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ export default {
},
height: {
type: Number,
default: 203,
default: 205,
},
cssClasses: {
default: "",
......
......
......@@ -15,7 +15,7 @@ import SimpleTypeahead from "vue3-simple-typeahead";
import "vue3-simple-typeahead/dist/vue3-simple-typeahead.css";
import { getRegionName, getRegionList } from "../helpers/regionNames.js";
const chartDisplayWeeks = ref(5);
const chartDisplayWeeks = ref(14);
const casesChartDivide = ref(false);
const props = defineProps({
......@@ -340,7 +340,7 @@ div#menucontainer {
z-index: 1;
color: white;
text-align: center;
padding: 2rem 1rem;
padding: 1rem;
}
h2,
......@@ -377,4 +377,8 @@ span.search-span {
.search-suggestion-text {
color: black !important;
}
.box {
margin-top: 1rem;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment