1 parent a22ee40 commit 569e167Copy full SHA for 569e167
1 file changed
themes/butterfly/source/css/_custom/about/about.css
@@ -94,7 +94,7 @@ p.p.center, span.p.center {
94
}
95
96
.author-content-item.linkedin{
97
- --left-translate: 15px;
+ --left-translate: 5px;
98
--top-translate: 3px;
99
display: flex;
100
align-items: flex-start;
@@ -113,9 +113,10 @@ p.p.center, span.p.center {
113
114
.badge-base iframe {
115
display: block;
116
- width: 330px !important;
+ width: 331px !important;
117
+ height: 261px !important;
118
top: calc(-1 * var(--top-translate));
- left: calc(-1 * var(--left-translate));
119
+ left: calc(-1 * var(--left-translate) - 5px);
120
position: relative;
121
122
0 commit comments