i like this spacing better

This commit is contained in:
mcguirepr89
2022-01-23 15:12:45 -05:00
parent 5c442fb5ed
commit 5a297c2f90
+20 -20
View File
@@ -14,33 +14,33 @@ body {
margin:10px; margin:10px;
background-color: rgb(119, 196, 135); background-color: rgb(119, 196, 135);
} }
#content { #content {
position: relative; position: relative;
} }
#content img { #content img {
position: absolute; position: absolute;
top: 0px; top: 0px;
left: 0px; left: 0px;
padding-top: 5px; padding-top: 5px;
padding-left: 10px; padding-left: 10px;
} }
footer { footer {
position: absolute; position: absolute;
bottom: 0px; bottom: 0px;
left: 0px; left: 0px;
right: 0px; right: 0px;
width: 100%; width: 100%;
} }
</style> </style>
</head> </head>
<body> <body>
<a href="https://github.com/mcguirepr89/BirdNET-Pi" target="_content"> <a href="https://github.com/mcguirepr89/BirdNET-Pi" target="_content">
<img alt="BirdNET-Pi" src="images/bird.png" style="position:absolute;left:32.5px;top:15px;"> <img alt="BirdNET-Pi" src="images/bird.png" style="position:absolute;left:32.5px;top:15px;">
</a> </a>
<h1 style="padding-left:150px">BirdNET-Pi<img style="padding-left: 5px" src="images/version.svg" class="ribbon"/></h1> <h1 style="padding-left:150px;margin:0;">BirdNET-Pi</h1>
</div> <img style="padding-left: 150px;margin:0;" src="images/version.svg"/>
<p style="padding-left:150px;"> <p style="padding-left:150px;padding-top:0px">
<a href="/overview.php" target="content">Overview</a> | <a href="/overview.php" target="content">Overview</a> |
<a href="/viewdb.php" target="content">Database View</a> | <a href="/viewdb.php" target="content">Database View</a> |
<a href="/viewday.php" target="content">Today View</a> | <a href="/viewday.php" target="content">Today View</a> |