make logo on lauch page a bit bigger
This commit is contained in:
		| @@ -48,7 +48,7 @@ | ||||
| } | ||||
|  | ||||
| .folder-section { | ||||
|     margin-top: 80px; | ||||
|     margin-top: 45px; | ||||
|     display: flex; | ||||
|     flex-flow: column; | ||||
|     justify-content: center; | ||||
|   | ||||
| @@ -25,7 +25,7 @@ | ||||
|                 <div class="launcher-window position-relative overflow-hidden"> | ||||
|                     <div class="container px-1 py-2 w-100 mw-100 h-100"> | ||||
|                         <div class="row d-flex justify-content-center align-items-center h-100"> | ||||
|                             <div id="loading-page" class="sections col col-xl-10"> | ||||
|                             <div id="loading-page" class="sections col col-xl-10" style="display: none;"> | ||||
|                                 <div class="launch-section flex-row"> | ||||
|                                     <div class="server-logo"> | ||||
|                                         <img src="../assets/logo.png" height="120"> | ||||
| @@ -44,7 +44,7 @@ | ||||
|                                     <div class="loading-indicator-text">Loading... Please wait</div> | ||||
|                                 </div> | ||||
|                             </div> | ||||
|                             <div id="launch-page" class="sections col col-xl-10" style="display: none;"> | ||||
|                             <div id="launch-page" class="sections col col-xl-10" style="//display: none;"> | ||||
|                                 <div class="account-section"> | ||||
|                                     <div class="user-image"> | ||||
|                                         <img id="user-img" src="https://a.ez-pp.farm/0"> | ||||
| @@ -60,7 +60,7 @@ | ||||
|                                 </div> | ||||
|                                 <div class="launch-section"> | ||||
|                                     <div class="server-logo"> | ||||
|                                         <img src="../assets/logo.png" height="120"> | ||||
|                                         <img src="../assets/logo.png" height="150"> | ||||
|                                     </div> | ||||
|                                     <div class="launch-button"> | ||||
|                                         <button class="btn btn-lg btn-launch btn-accent">Launch</button> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user