Header improvements

This commit is contained in:
Tom Slominski
2015-03-21 09:33:17 +00:00
parent a0a82f2d6c
commit 1c122e7ca1
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ isq_load_textdomain();
<div class="wrapper">
<header class="content site-header">
<h1 class="site-title"><a href="<?php echo YOURLS_SITE; ?>"><?php echo ISQ::$general['name']; ?></a></h1>
<a href="<?php echo YOURLS_SITE; ?>"><h1 class="site-title"><?php echo ISQ::$general['name']; ?></h1></a>
<nav class="menu">
<?php
foreach( ISQ::$links as $menuItem ) {

View File

@@ -66,7 +66,7 @@ a, a:visited {
width: 100%;
text-align: center;
color: white;
font-size: 7rem;
font-size: 6rem;
border-top: 4px #000 solid;
margin: 0 auto;
}