diff --git a/assets/css/style.css b/assets/css/style.css
index 68efcbb..35c2755 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -101,7 +101,9 @@
.project-owner-avatar {
flex: 0 0 auto;
- display: block;
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
}
.project-owner-name {
diff --git a/projects-portfolio.php b/projects-portfolio.php
index d4f2cb8..bef89fc 100644
--- a/projects-portfolio.php
+++ b/projects-portfolio.php
@@ -352,37 +352,37 @@ function projects_portfolio_social_sharing_buttons( $project_id ) {
// Facebook.
$html .= '';
- $html .= '';
+ $html .= '';
$html .= '';
// X (Twitter).
$html .= '';
- $html .= '';
+ $html .= '';
$html .= '';
// LinkedIn.
$html .= '';
- $html .= '';
+ $html .= '';
$html .= '';
// Reddit.
$html .= '';
- $html .= '';
+ $html .= '';
$html .= '';
// WhatsApp.
$html .= '';
- $html .= '';
+ $html .= '';
$html .= '';
// Pinterest.
$html .= '';
- $html .= '';
+ $html .= '';
$html .= '';
// Email.
$html .= '';
- $html .= '';
+ $html .= '';
$html .= '';
$html .= '';
diff --git a/templates/single-projects.php b/templates/single-projects.php
index 8365db9..4709ff9 100644
--- a/templates/single-projects.php
+++ b/templates/single-projects.php
@@ -144,7 +144,7 @@ if ( $last_updated ) {
-
+