diff --git a/src/app/components/navigation/navigation.component.html b/src/app/components/navigation/navigation.component.html
index 9b27688..38e4bb6 100644
--- a/src/app/components/navigation/navigation.component.html
+++ b/src/app/components/navigation/navigation.component.html
@@ -25,4 +25,4 @@
-->
-
\ No newline at end of file
+
diff --git a/src/app/components/newsletter-card/newsletter-card.component.html b/src/app/components/newsletter-card/newsletter-card.component.html
index f89d6d4..dc8d29b 100644
--- a/src/app/components/newsletter-card/newsletter-card.component.html
+++ b/src/app/components/newsletter-card/newsletter-card.component.html
@@ -1,27 +1,26 @@
-
{{project.name}}
{{project.description | trimText}}
-
-
-
\ No newline at end of file
diff --git a/src/app/components/shared/header/profile-dropdown/profile-dropdown.component.html b/src/app/components/shared/header/profile-dropdown/profile-dropdown.component.html
index d782cfe..4dd4f14 100644
--- a/src/app/components/shared/header/profile-dropdown/profile-dropdown.component.html
+++ b/src/app/components/shared/header/profile-dropdown/profile-dropdown.component.html
@@ -1,4 +1,4 @@
-
-
+
diff --git a/src/app/components/shared/modal/modal.component.css b/src/app/components/shared/modal/modal.component.css
index 1d407b2..69fa1ca 100644
--- a/src/app/components/shared/modal/modal.component.css
+++ b/src/app/components/shared/modal/modal.component.css
@@ -398,7 +398,7 @@ hr {
height: 50px;
overflow: scroll;
}
-@media (min-width: 500px) {
+/*@media (min-width: 500px) {
.modal-dialog {
width: 500px;
margin: 30px auto;
@@ -410,13 +410,13 @@ hr {
.modal-sm {
width: 300px;
}
-}
+}*/
-@media (min-width: 992px) {
+/*@media (min-width: 992px) {
.modal-lg {
width: 100%;
}
-}
+}*/
.clearfix:before,
.clearfix:after,
.modal-header:before,
@@ -498,3 +498,26 @@ hr {
position: relative;
}
+@media only screen and (min-width: 768px) and (max-width: 1024px) {
+ .modal-dialog {
+ width: 90vw;
+ margin: 20px 5vw;
+ }
+}
+
+@media only screen and (min-width: 481px) and (max-width: 767px) {
+ .modal-dialog {
+ width: 90vw;
+ margin: 20px 5vw;
+ }
+}
+
+@media only screen and (min-width: 0) and (max-width: 480px) {
+ .modal-dialog {
+ width: 96vw;
+ margin: 20px 2vw;
+ }
+}
+
+
+
diff --git a/src/app/components/shared/modal/modal.component.html b/src/app/components/shared/modal/modal.component.html
index b8f91ca..cc65474 100644
--- a/src/app/components/shared/modal/modal.component.html
+++ b/src/app/components/shared/modal/modal.component.html
@@ -1,6 +1,6 @@
+ tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel"
+ aria-hidden="true" (onHidden)="closeModal()">
discussion
+