mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-01-19 00:57:53 +00:00
backlink and tweak margin
This commit is contained in:
parent
97b47db499
commit
ff06a5cfdc
1 changed files with 5 additions and 4 deletions
|
@ -6,10 +6,10 @@
|
|||
<meta name="keywords" content="Codeberg, Website, Pages, Free, Hosting, Git, Repository">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="shortcut icon" href="https://codeberg.org/img/logo-medium.svg" />
|
||||
<link rel="shortcut icon" href="https://codeberg-test.org/img/logo-medium.svg" />
|
||||
|
||||
<!-- Details and License: https://fonts.codeberg.org/fonts/inter -->
|
||||
<link rel="stylesheet" type="text/css" href="https://fonts.codeberg.org/dist/inter/Inter Web/inter.css">
|
||||
<!-- Details and License: https://fonts.codeberg-test.org/fonts/inter -->
|
||||
<link rel="stylesheet" type="text/css" href="https://fonts.codeberg-test.org/dist/inter/Inter Web/inter.css">
|
||||
|
||||
<!-- License: http://www.apache.org/licenses/LICENSE-2.0.txt -->
|
||||
<!-- Material Design icons by Google -->
|
||||
|
@ -61,6 +61,7 @@
|
|||
|
||||
.container .header .description {
|
||||
font-size: 23px;
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.cards {
|
||||
|
@ -108,7 +109,7 @@
|
|||
<body>
|
||||
<center>
|
||||
<div class="container">
|
||||
<img class="logo" src="https://codeberg.org/img/logo-medium.svg"><br>
|
||||
<a href="https://codeberg-test.org" alt="Go to codeberg-test.org"><img class="logo" src="https://codeberg-test.org/img/logo-medium.svg"></a><br>
|
||||
|
||||
<div class="header">
|
||||
<div class="name">Codeberg Pages.</div>
|
||||
|
|
Loading…
Reference in a new issue