CourseWork_BankYouBankrupt/BankYouBankrupt/BankYouBankruptCashierApp/wwwroot/css/site.css
2023-05-17 17:42:40 +04:00

22 lines
194 B
CSS

html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
}
.MyBody{
}