@@ -257,7 +257,7 @@ <h1 class="page-userNameLarge floatLeft fancy-heading fontSize20 colorWhiteForce
257257 </ a >
258258 < %}%>
259259 < % if(ob.page.profile.about) { %>
260- < div class ="js-userAbout margin0 editableContent "> < %= ob.page.profile.displayAbout %> </ div >
260+ < div class ="js-userAbout margin0 editableContent fontSize14 "> < %= ob.page.profile.displayAbout %> </ div >
261261 < %}else{%>
262262 < span class ="textOpacity75 "> < %= polyglot.t('AboutEmpty') %> </ span >
263263 < %}%>
@@ -267,15 +267,15 @@ <h1 class="page-userNameLarge floatLeft fancy-heading fontSize20 colorWhiteForce
267267 < div class ="flexRow ">
268268 < div class ="flexRow borderBottom custCol-border ">
269269 < div class ="rowItem positionWrapper ">
270- < div class ="textOpacity75 "> < %= polyglot.t('Guid') %> </ div >
270+ < div class ="textOpacity75 fontSize14 "> < %= polyglot.t('Guid') %> </ div >
271271 < div class ="textSize11px noOverflow ">
272272 < %= ob.page.profile.guid %>
273273 </ div >
274274 </ div >
275275 </ div >
276276 < div class ="flexRow custCol-border ">
277277 < div class ="rowItem positionWrapper ">
278- < div class ="textOpacity75 "> < %= polyglot.t('Website') %> </ div >
278+ < div class ="textOpacity75 fontSize14 "> < %= polyglot.t('Website') %> </ div >
279279 < div class ="noOverflow ">
280280 < % if(ob.ownPage) { %>
281281 < a href ="#settings/page " class ="userPageEditBtn ">
@@ -295,7 +295,7 @@ <h1 class="page-userNameLarge floatLeft fancy-heading fontSize20 colorWhiteForce
295295 </ div >
296296 < div class ="flexRow custCol-border ">
297297 < div class ="rowItem positionWrapper ">
298- < div class ="textOpacity75 "> < %= polyglot.t('Email') %> </ div >
298+ < div class ="textOpacity75 fontSize14 "> < %= polyglot.t('Email') %> </ div >
299299 < div class ="noOverflow ">
300300 < % if(ob.ownPage) { %>
301301 < a href ="#settings/page " class ="userPageEditBtn ">
@@ -323,7 +323,7 @@ <h1 class="page-userNameLarge floatLeft fancy-heading fontSize20 colorWhiteForce
323323 </ div >
324324 </ a >
325325 < %}%>
326- < div class ="textOpacity75 "> < %= polyglot.t('Facebook') %> </ div >
326+ < div class ="textOpacity75 fontSize14 "> < %= polyglot.t('Facebook') %> </ div >
327327 < div class ="noOverflow ">
328328 < % if(ob.page.profile.social_accounts.facebook && ob.page.profile.social_accounts.facebook.username) { %>
329329 < a href ="https://facebook.com/<%= ob.page.profile.social_accounts.facebook.username %> ">
@@ -345,7 +345,7 @@ <h1 class="page-userNameLarge floatLeft fancy-heading fontSize20 colorWhiteForce
345345 </ div >
346346 </ a >
347347 < %}%>
348- < div class ="textOpacity75 "> < %= polyglot.t('Twitter') %> </ div >
348+ < div class ="textOpacity75 fontSize14 "> < %= polyglot.t('Twitter') %> </ div >
349349 < div class ="noOverflow ">
350350 < % if(ob.page.profile.social_accounts.twitter && ob.page.profile.social_accounts.twitter.username) { %>
351351 < a href ="https://twitter.com/<%= ob.page.profile.social_accounts.twitter.username %> ">
@@ -367,7 +367,7 @@ <h1 class="page-userNameLarge floatLeft fancy-heading fontSize20 colorWhiteForce
367367 </ div >
368368 </ a >
369369 < %}%>
370- < div class ="textOpacity75 "> < %= polyglot.t('Instagram') %> </ div >
370+ < div class ="textOpacity75 fontSize14 "> < %= polyglot.t('Instagram') %> </ div >
371371 < div class ="noOverflow ">
372372 < % if(ob.page.profile.social_accounts.instagram && ob.page.profile.social_accounts.instagram.username) { %>
373373 < a href ="https://instagram.com/<%= ob.page.profile.social_accounts.instagram.username %> ">
@@ -389,7 +389,7 @@ <h1 class="page-userNameLarge floatLeft fancy-heading fontSize20 colorWhiteForce
389389 </ div >
390390 </ a >
391391 < %}%>
392- < div class ="textOpacity75 "> < %= polyglot.t('Snapchat') %> </ div >
392+ < div class ="textOpacity75 fontSize14 "> < %= polyglot.t('Snapchat') %> </ div >
393393 < div class ="noOverflow ">
394394 < % if(ob.page.profile.social_accounts.snapchat && ob.page.profile.social_accounts.snapchat.username) { %>
395395 < a href ="https://snapchat.com/add/<%= ob.page.profile.social_accounts.snapchat.username %> ">
@@ -411,7 +411,7 @@ <h1 class="page-userNameLarge floatLeft fancy-heading fontSize20 colorWhiteForce
411411 </ div >
412412 </ a >
413413 < %}%>
414- < div class ="textOpacity75 "> < %= polyglot.t('PGPKey') %> </ div >
414+ < div class ="textOpacity75 fontSize14 "> < %= polyglot.t('PGPKey') %> </ div >
415415 < div class ="noOverflow ">
416416 < %= polyglot.t('NotProvided') %>
417417 </ div >
0 commit comments