mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-21 20:47:59 +01:00
Make header backlink to home
This commit is contained in:
parent
39d14aff1c
commit
9e706fb484
3 changed files with 6 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Poll.horse</h1>
|
||||
<h1><a href="/">Poll.horse</a></h1>
|
||||
<h3>Make voting on things simpler</h3>
|
||||
</header>
|
||||
<main>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Poll.horse</h1>
|
||||
<h1><a href="/">Poll.horse</a></h1>
|
||||
<h3>Make voting on things simpler</h3>
|
||||
</header>
|
||||
<main>
|
||||
|
|
|
@ -42,6 +42,10 @@ header {
|
|||
header h1 {
|
||||
font-size: 3em;
|
||||
}
|
||||
header h1 a {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
/* #endregion Header */
|
||||
|
||||
/* #region Main */
|
||||
|
|
Loading…
Reference in a new issue