fix (user): fix sign in page main headline text line-height
This commit is contained in:
sairaj mote 2020-11-16 16:17:48 +05:30
parent 25946f97fb
commit 937ac6d977
3 changed files with 3 additions and 3 deletions

View File

@ -644,7 +644,7 @@ details p {
align-items: center;
}
#sign_in_page .info h1 {
line-height: 1.1rem;
line-height: 1.1;
font-weight: 800;
font-size: clamp(1.5rem, 8vw, 4rem);
margin-top: 1rem;

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -656,7 +656,7 @@ details{
.info{
align-items: center;
h1{
line-height: 1.1rem;
line-height: 1.1;
font-weight: 800;
font-size: clamp(1.5rem, 8vw, 4rem);
margin-top: 1rem;