Skip to content

Commit

Permalink
readd logo title
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite committed Jun 30, 2024
1 parent f41b0b1 commit 6be7842
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion includes/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<div class="contain">
<div class="logo">
<a href=".">
<div class="logo-image">
<div class="logo-image" title="Wallos - Subscription Tracker">
<?php include "images/siteicons/svg/logo.php"; ?>
</div>
</a>
Expand Down
2 changes: 1 addition & 1 deletion login.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<div class="content">
<section class="container">
<header>
<div class="logo-image">
<div class="logo-image" title="Wallos - Subscription Tracker">
<?php include "images/siteicons/svg/logo.php"; ?>
</div>
<p>
Expand Down
2 changes: 1 addition & 1 deletion passwordreset.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<div class="content">
<section class="container">
<header>
<div class="logo-image">
<div class="logo-image" title="Wallos - Subscription Tracker">
<?php include "images/siteicons/svg/logo.php"; ?>
</div>
<p>
Expand Down
2 changes: 1 addition & 1 deletion registration.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ function validate($value)
<div class="content">
<section class="container">
<header>
<div class="logo-image">
<div class="logo-image" title="Wallos - Subscription Tracker">
<?php include "images/siteicons/svg/logo.php"; ?>
</div>
<p>
Expand Down
8 changes: 4 additions & 4 deletions styles/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ body, html {
}

header .logo-image {
height: 50px;
width: 134px;
height: 80px;
width: 215px;
margin: 0px auto;
}

header .logo-image svg {
height: 50px;
width: 134px;
height: 80px;
width: 215px;
}

.container > .message {
Expand Down
2 changes: 1 addition & 1 deletion verifyemail.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<div class="content">
<section class="container">
<header>
<div class="logo-image">
<div class="logo-image" title="Wallos - Subscription Tracker">
<?php include "images/siteicons/svg/logo.php"; ?>
</div>
</header>
Expand Down

0 comments on commit 6be7842

Please sign in to comment.