1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2026-03-03 17:32:23 +00:00
This commit is contained in:
InsanusMokrassar
2022-01-01 21:40:22 +00:00
parent 58510a9d0d
commit 6c0297f25d
6222 changed files with 182318 additions and 190319 deletions

View File

@@ -1,3 +1,15 @@
#logo {
background-image: url(../images/docs_logo.svg);
.library-name a {
position: relative;
margin-left: 55px;
}
.library-name a::before {
content: '';
background: url("../images/logo-icon.svg") center no-repeat;
background-size: contain;
position: absolute;
width: 50px;
height: 50px;
top: -18px;
left: -55px;
}