Отодвинул список от нижнего края экрана

This commit is contained in:
2021-10-01 23:09:15 +03:00
parent 358861aec6
commit 411e31f0b3
2 changed files with 19 additions and 4 deletions

View File

@@ -107,7 +107,12 @@
{/each} {/each}
</ol> </ol>
<span class="footer">Код подключения: <code>{parsed.id}</code></span> <span class="footer">
Код подключения: <code>{parsed.id}</code>
<a href="https://github.com/anatolykopyl/variants">
<img src="/github.png" alt="github" class="githubLink">
</a>
</span>
{:else if res==undefined} {:else if res==undefined}
<div class="status">Загрузка...</div> <div class="status">Загрузка...</div>
{:else if res.status==404} {:else if res.status==404}
@@ -148,7 +153,7 @@
list-style: none; list-style: none;
counter-reset: item; counter-reset: item;
font-size: larger; font-size: larger;
margin-bottom: 50px; padding-bottom: 100px;
} }
li { li {
@@ -227,11 +232,21 @@
font-weight: bold; font-weight: bold;
} }
.footer > a {
margin-left: 16px;
}
.githubLink {
width: 24px;
height: 24px;
vertical-align: middle;
}
@media only screen and (max-width: 1024px) { @media only screen and (max-width: 1024px) {
ol { ol {
width: 100%; width: 100%;
margin: 0px 0px 50px 0px; margin: 0 0 50px 0;
padding: 0px; padding: 0 0 50px 0;
} }
} }
</style> </style>

BIN
static/github.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB