diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css index b50386a..84d2bba 100644 --- a/static/aerbimCSS.css +++ b/static/aerbimCSS.css @@ -1454,14 +1454,14 @@ body.n_scroll{ margin-right: 2.5%; } -.title_proj{ - font-size: 16px; - font-weight: 500; +.title_proj { + font-size: 14px; + font-weight: 400; color: #0C54A0; border-radius: 5px; background: #003f811f; - padding: 5px; - width: 158px; + padding: 5px 10px; + width: fit-content; margin-bottom: 15px; } diff --git a/static/aerbimJS.js b/static/aerbimJS.js index c5ad4f5..2a1ed63 100644 --- a/static/aerbimJS.js +++ b/static/aerbimJS.js @@ -79,6 +79,7 @@ function renderContent (el=null) { }); } + function getLang () { let lang = '' if (window.location.href.includes("/en/")){ diff --git a/templates/widgets/w_project.html b/templates/widgets/w_project.html index de5ec4f..02615c3 100644 --- a/templates/widgets/w_project.html +++ b/templates/widgets/w_project.html @@ -3,7 +3,7 @@