Добавьте файлы проекта.

This commit is contained in:
Дмитрий Шиманский
2023-10-22 20:54:28 +03:00
parent 7894a24fde
commit 7c6fafa9e6
79 changed files with 74445 additions and 0 deletions

18
wwwroot/css/site.css Normal file
View File

@@ -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;
}