making user index look good
This commit is contained in:
		@@ -1,5 +1,7 @@
 | 
				
			|||||||
<!--PAGENAME=Hello, <template name="username">-->
 | 
					<!--PAGENAME=Hello, <template name="username">-->
 | 
				
			||||||
<h2>Welcome</h2>
 | 
					<header>
 | 
				
			||||||
<p>Logged in as: <template name="username"></p>
 | 
					    <div class="user-index-header-text"> 
 | 
				
			||||||
 | 
					        <h1 class="user-index-h1">Hello, <template name="username">.</h1>
 | 
				
			||||||
<template name="gravatar image">
 | 
					        <h2 class="user-index-h2">What would you like to watch?</h2>     
 | 
				
			||||||
 | 
					    </div>   
 | 
				
			||||||
 | 
					</header>
 | 
				
			||||||
@@ -25,3 +25,20 @@ a {
 | 
				
			|||||||
.pfp {
 | 
					.pfp {
 | 
				
			||||||
    border-radius: 50px;
 | 
					    border-radius: 50px;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.user-index-header-text {
 | 
				
			||||||
 | 
					    width: fit-content;
 | 
				
			||||||
 | 
					    margin: auto;
 | 
				
			||||||
 | 
					    text-align: left;
 | 
				
			||||||
 | 
					    padding: 0;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.user-index-h1 {
 | 
				
			||||||
 | 
					    font-size: 2rem;
 | 
				
			||||||
 | 
					    text-align: left;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					.user-index-h2 {
 | 
				
			||||||
 | 
					    font-size: 1.65rem;
 | 
				
			||||||
 | 
					    text-align: left;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Reference in New Issue
	
	Block a user