💄(frontend) adjust minor visual item
Adjust few items from the landing and the interface.
This commit is contained in:
committed by
aleb_the_flash
parent
d55810784d
commit
5cbac23f13
@@ -18,9 +18,9 @@ const Heading = styled('h2', {
|
|||||||
width: 'fit-content',
|
width: 'fit-content',
|
||||||
marginBottom: 0,
|
marginBottom: 0,
|
||||||
fontSize: '1.3rem',
|
fontSize: '1.3rem',
|
||||||
fontWeight: '600',
|
fontWeight: '700',
|
||||||
marginTop: '0.75rem',
|
marginTop: '0.75rem',
|
||||||
lineHeight: '2rem',
|
lineHeight: '1.7rem',
|
||||||
maxWidth: '23rem',
|
maxWidth: '23rem',
|
||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
textWrap: 'balance',
|
textWrap: 'balance',
|
||||||
|
|||||||
@@ -120,7 +120,7 @@ const Separator = styled('div', {
|
|||||||
|
|
||||||
const Heading = styled('h1', {
|
const Heading = styled('h1', {
|
||||||
base: {
|
base: {
|
||||||
fontWeight: '600',
|
fontWeight: '700',
|
||||||
fontStyle: 'normal',
|
fontStyle: 'normal',
|
||||||
fontStretch: 'normal',
|
fontStretch: 'normal',
|
||||||
fontOpticalSizing: 'auto',
|
fontOpticalSizing: 'auto',
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ export function FloatingReaction({
|
|||||||
>
|
>
|
||||||
<span
|
<span
|
||||||
className={css({
|
className={css({
|
||||||
lineHeight: '45px',
|
lineHeight: '57px',
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
{emoji}
|
{emoji}
|
||||||
@@ -89,9 +89,10 @@ export function FloatingReaction({
|
|||||||
textAlign: 'center',
|
textAlign: 'center',
|
||||||
borderRadius: '20px',
|
borderRadius: '20px',
|
||||||
paddingX: '0.5rem',
|
paddingX: '0.5rem',
|
||||||
paddingY: '0.15rem',
|
paddingBottom: '0.3125rem',
|
||||||
|
paddingTop: '0.15rem',
|
||||||
boxShadow: '0 2px 4px rgba(0, 0, 0, 0.1)',
|
boxShadow: '0 2px 4px rgba(0, 0, 0, 0.1)',
|
||||||
lineHeight: '14px',
|
lineHeight: '16px',
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
{name}
|
{name}
|
||||||
|
|||||||
@@ -106,7 +106,7 @@ const Marianne = () => {
|
|||||||
className={css({
|
className={css({
|
||||||
letterSpacing: '-.01em',
|
letterSpacing: '-.01em',
|
||||||
textTransform: 'uppercase',
|
textTransform: 'uppercase',
|
||||||
fontWeight: '600',
|
fontWeight: '700',
|
||||||
fontFamily: 'Marianne',
|
fontFamily: 'Marianne',
|
||||||
fontSize: '1.25rem',
|
fontSize: '1.25rem',
|
||||||
lineHeight: '1.75rem',
|
lineHeight: '1.75rem',
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ const Marianne = () => {
|
|||||||
className={css({
|
className={css({
|
||||||
letterSpacing: '-.01em',
|
letterSpacing: '-.01em',
|
||||||
textTransform: 'uppercase',
|
textTransform: 'uppercase',
|
||||||
fontWeight: '600',
|
fontWeight: '700',
|
||||||
fontFamily: 'Marianne',
|
fontFamily: 'Marianne',
|
||||||
fontSize: '0.7875rem !important',
|
fontSize: '0.7875rem !important',
|
||||||
})}
|
})}
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ const FieldWrapper = styled('div', {
|
|||||||
const StyledLabel = styled(Label, {
|
const StyledLabel = styled(Label, {
|
||||||
base: {
|
base: {
|
||||||
display: 'block',
|
display: 'block',
|
||||||
fontSize: '0.75rem',
|
fontSize: '0.875rem',
|
||||||
},
|
},
|
||||||
variants: {
|
variants: {
|
||||||
center: {
|
center: {
|
||||||
|
|||||||
Reference in New Issue
Block a user