Google Lable size increased
This commit is contained in:
parent
0120b4264b
commit
b5ce79df97
@ -10,7 +10,7 @@ const GoogleReviewsBranding = ({ centered = false }) => {
|
||||
gap: '0px'
|
||||
}}>
|
||||
<div style={{
|
||||
fontSize: '28px',
|
||||
fontSize: '35px',
|
||||
fontWeight: '700',
|
||||
lineHeight: '1.2',
|
||||
letterSpacing: '3px',
|
||||
@ -26,7 +26,7 @@ const GoogleReviewsBranding = ({ centered = false }) => {
|
||||
<span style={{ color: '#EA4335' }}>e</span>
|
||||
</div>
|
||||
<div style={{
|
||||
fontSize: '13px',
|
||||
fontSize: '16px',
|
||||
fontWeight: '700',
|
||||
lineHeight: '1.2',
|
||||
fontFamily: '"Product Sans", "Google Sans", Roboto, Arial, sans-serif',
|
||||
@ -39,7 +39,7 @@ const GoogleReviewsBranding = ({ centered = false }) => {
|
||||
<div style={{
|
||||
display: 'flex',
|
||||
gap: '1px',
|
||||
fontSize: '13px',
|
||||
fontSize: '16px',
|
||||
lineHeight: '1'
|
||||
}}>
|
||||
<span style={{ color: '#FBBC04' }}>★</span>
|
||||
@ -53,4 +53,4 @@ const GoogleReviewsBranding = ({ centered = false }) => {
|
||||
);
|
||||
};
|
||||
|
||||
export default GoogleReviewsBranding;
|
||||
export default GoogleReviewsBranding;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user