even more changes (i dont remember what i changed)

This commit is contained in:
Richard Mikloš 2024-01-25 20:44:36 +01:00
parent 71bb28da4d
commit 4872f2a2a6
3 changed files with 4 additions and 4 deletions

@ -4,7 +4,7 @@
<header class="admin-index-header">
<div class="admin-index-header-text" id="headerText">
<h1 class="admin-index-h1 fade-in">Hello,</h1>
<h2 class="admin-index-h2 fade-in">Welcome back, Admin <span class="outlined-text"><template name="username"></template></span></h2>
<h2 class="admin-index-h2 fade-in">Admin <span class="outlined-text"><template name="username"></span>!</h2>
</div>
</header>

@ -3,7 +3,7 @@
<header class="user-index-header">
<div class="user-index-header-text" id="headerText">
<h1 class="user-index-h1 fade-in">Hello, <span class="outlined-text"><template name="username"></template></span>.</h1><br>
<h1 class="user-index-h1 fade-in">Hello, <span class="outlined-text"><template name="username"></template></span>.</h1>
<h2 class="user-index-h2 fade-in">What would you like to watch?</h2>
</div>
</header>

@ -10,12 +10,12 @@ body {
}
.admin-index-h1 {
font-size: 4rem;
font-size: 4.2rem;
text-align: left;
}
.admin-index-h2 {
font-size: 3.3rem;
font-size: 3.2rem;
text-align: left;
}