Fix cutoff in header and change link preview font size

This commit is contained in:
Bojan Mojsilovic 2024-02-07 18:07:09 +01:00
parent 521dcb38e1
commit e255dd105d
2 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
width: 100%;
text-decoration: none;
color: var(--text-tertiary);
font-size: 15px;
font-size: 14px;
font-weight: 400;
line-height: 20px;
overflow: hidden;
@ -74,6 +74,7 @@
}
.previewTitle {
font-weight: 700;
color: var(--text-primary);
}

View File

@ -31,13 +31,12 @@
display: flex;
flex-direction: column;
font-size: 16px;
line-height: 17px;
line-height: 18px;
font-weight: 400;
height: 48px;
align-items: flex-start;
justify-content: space-around;
justify-content: center;
gap: 2px;
// padding-bottom: 4px;
.verification {
max-width: 470px;