0.4.12
fix (user): fix sign in page main headline text line-height
This commit is contained in:
parent
25946f97fb
commit
937ac6d977
@ -644,7 +644,7 @@ details p {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
#sign_in_page .info h1 {
|
#sign_in_page .info h1 {
|
||||||
line-height: 1.1rem;
|
line-height: 1.1;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-size: clamp(1.5rem, 8vw, 4rem);
|
font-size: clamp(1.5rem, 8vw, 4rem);
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
|||||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -656,7 +656,7 @@ details{
|
|||||||
.info{
|
.info{
|
||||||
align-items: center;
|
align-items: center;
|
||||||
h1{
|
h1{
|
||||||
line-height: 1.1rem;
|
line-height: 1.1;
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-size: clamp(1.5rem, 8vw, 4rem);
|
font-size: clamp(1.5rem, 8vw, 4rem);
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user