Adding minimal example for WebApplication and TelegramBot side-by-side

This commit is contained in:
FlorianDahn
2023-09-09 15:41:38 +02:00
parent da8a2f630b
commit a4b24d9433
79 changed files with 74486 additions and 2 deletions
@@ -0,0 +1,18 @@
html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}