1
0
mirror of https://github.com/typemill/typemill.git synced 2025-01-16 21:08:20 +01:00

Fix css in welcome page

This commit is contained in:
Paul 2023-04-28 19:33:24 +03:00 committed by GitHub
parent 34e02fac14
commit 036c7213e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -908,7 +908,7 @@ button.searchbutton.clear:hover{
.formWrapper, .welcome{
display: block;
position: relative;
max-width: 900px;
max-width: 1000px;
margin: auto;
}
.welcome{
@ -974,7 +974,7 @@ button.searchbutton.clear:hover{
}
.welcome .welcomeInner{
margin-top: 20px;
width: 90%;
width: 97%;
height: 120px;
}