diff --git a/src/app/profile/user/details/details.component.html b/src/app/profile/user/details/details.component.html
index d5a0d93..ee8e251 100644
--- a/src/app/profile/user/details/details.component.html
+++ b/src/app/profile/user/details/details.component.html
@@ -146,6 +146,11 @@
PROJECTS
{{ project.project_name }} | {{ project.current_stage }}
{{ project.description }}
+
open_in_new
diff --git a/src/app/profile/user/details/details.component.scss b/src/app/profile/user/details/details.component.scss
index 32bb7d8..01d270c 100644
--- a/src/app/profile/user/details/details.component.scss
+++ b/src/app/profile/user/details/details.component.scss
@@ -42,10 +42,10 @@
justify-content: center;
@media (max-width: 37.5em) {
- height:35vh;
+ height: 35vh;
background-image: linear-gradient(135deg, rgb(102, 126, 234) 0%, rgb(118, 75, 162) 100%);
background-repeat: no-repeat;
- background-size: 100% 65%;
+ background-size: 100% 65%;
}
.container {
@@ -99,7 +99,6 @@
@media (max-width: 37.5em) {
margin-bottom: 0;
}
-
}
&__username {
@@ -109,18 +108,16 @@
@media (max-width: 37.5em) {
padding-top: 2rem;
}
-
}
&__name {
font-size: 3rem;
font-weight: 700;
- padding-top: .5rem;
+ padding-top: 0.5rem;
@media (max-width: 37.5em) {
padding-top: 1rem;
}
-
}
}
@@ -237,10 +234,17 @@
&--body {
font-weight: 400;
word-break: break-word;
+ height: 100px;
+ overflow: hidden;
}
}
}
+.see-here {
+ float: right;
+ text-decoration: none;
+}
+
.expand {
position: absolute;
top: 1.8rem;