diff --git a/webapp/components/DonationInfo/DonationInfo.vue b/webapp/components/DonationInfo/DonationInfo.vue
index cead7f4fd..0abfd93b7 100644
--- a/webapp/components/DonationInfo/DonationInfo.vue
+++ b/webapp/components/DonationInfo/DonationInfo.vue
@@ -1,9 +1,10 @@
@@ -60,14 +61,16 @@ export default {
.donation-info {
// Wolle
display: flex;
- align-items: flex-end;
+ // align-items: flex-end;
+ width: 100%;
// height: 100%;
+ margin-bottom: $space-x-small;
- @media (max-width: 546px) {
- width: 100%;
- height: 50%;
- justify-content: flex-end;
- margin-bottom: $space-x-small;
- }
+ // @media (max-width: 546px) {
+ // // width: 100%;
+ // height: 50%;
+ // // justify-content: flex-end;
+ // // margin-bottom: $space-x-small;
+ // }
}
diff --git a/webapp/components/ProgressBar/ProgressBar.vue b/webapp/components/ProgressBar/ProgressBar.vue
index 4216042a7..4eee12af7 100644
--- a/webapp/components/ProgressBar/ProgressBar.vue
+++ b/webapp/components/ProgressBar/ProgressBar.vue
@@ -1,10 +1,17 @@
{{ title }}
-
+
+
+
+
+
+
+
+
{{ label }}
@@ -39,7 +46,7 @@ export default {
.progress-bar {
position: relative;
height: 100%;
- width: 240px;
+ width: 150px;
margin-right: $space-x-small;
// @media (max-width: 680px) {
@@ -56,16 +63,16 @@ export default {
// Wolle
// position: absolute;
// top: -2px;
- // left: $space-xx-small;
+ margin-left: $space-xxx-small;
// margin: 0;
- // @media (max-width: 546px) {
- // top: $space-xx-small;
- // }
+ @media (max-width: 546px) {
+ top: $space-xx-small;
+ }
- // @media (max-width: 350px) {
- // font-size: $font-size-small;
- // }
+ @media (max-width: 350px) {
+ font-size: $font-size-small;
+ }
}
.progress-bar__goal {
@@ -92,10 +99,10 @@ export default {
// Wolle
// position: absolute;
// top: 50px;
- // left: $space-xx-small;
+ margin-left: $space-xxx-small;
- // @media (max-width: 350px) {
- // font-size: $font-size-small;
- // }
+ @media (max-width: 350px) {
+ font-size: $font-size-small;
+ }
}
diff --git a/webapp/pages/index.vue b/webapp/pages/index.vue
index 5e39dc96a..96e2532f1 100644
--- a/webapp/pages/index.vue
+++ b/webapp/pages/index.vue
@@ -1,17 +1,19 @@
-
-
- -->
+
+
+
+
+
-