Skip to content

Commit 569e167

Browse files
committed
Update blog
1 parent a22ee40 commit 569e167

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

  • themes/butterfly/source/css/_custom/about

themes/butterfly/source/css/_custom/about/about.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ p.p.center, span.p.center {
9494
}
9595

9696
.author-content-item.linkedin{
97-
--left-translate: 15px;
97+
--left-translate: 5px;
9898
--top-translate: 3px;
9999
display: flex;
100100
align-items: flex-start;
@@ -113,9 +113,10 @@ p.p.center, span.p.center {
113113
}
114114
.badge-base iframe {
115115
display: block;
116-
width: 330px !important;
116+
width: 331px !important;
117+
height: 261px !important;
117118
top: calc(-1 * var(--top-translate));
118-
left: calc(-1 * var(--left-translate));
119+
left: calc(-1 * var(--left-translate) - 5px);
119120
position: relative;
120121
}
121122

0 commit comments

Comments
 (0)