diff --git a/front/current/assets/styles/components/_project.scss b/front/current/assets/styles/components/_project.scss index 73261eea74da9a5169a5aa1cf7fbcdc165c5f7ab..dedb30de6fa87cf7c39f5cc56787da948cb8925a 100644 --- a/front/current/assets/styles/components/_project.scss +++ b/front/current/assets/styles/components/_project.scss @@ -23,7 +23,7 @@ project { border-right: 1px solid $light-gray; padding-bottom: 20px; - h1, h4 { margin-left: 22px; } + h1, h4, h5 { margin-left: 22px; } h1 { margin-top: 20px; @@ -33,6 +33,14 @@ project { } } h4 { margin-top: 10px; color: $gray-01; } + h5 { + margin-top: 10px; + + small { + font-size: .9em; + color: $gray-01; + } + } } .project-contacts { flex-basis: 300px; diff --git a/front/current/components/project/detail.component.html b/front/current/components/project/detail.component.html index 58b0764b6acb1c6098ee79f730e3998057046254..7b8be7dddb23515a6dd36ed7db3806fb3815e0ef 100644 --- a/front/current/components/project/detail.component.html +++ b/front/current/components/project/detail.component.html @@ -23,6 +23,9 @@