Skip to content

Commit

Permalink
Fix css in welcome page
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-me committed Apr 28, 2023
1 parent 34e02fa commit 036c721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/author/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ button.searchbutton.clear:hover{
.formWrapper, .welcome{
display: block;
position: relative;
max-width: 900px;
max-width: 1000px;
margin: auto;
}
.welcome{
Expand Down Expand Up @@ -974,7 +974,7 @@ button.searchbutton.clear:hover{
}
.welcome .welcomeInner{
margin-top: 20px;
width: 90%;
width: 97%;
height: 120px;
}

Expand Down

0 comments on commit 036c721

Please sign in to comment.