CourseWork_BankYouBankrupt/BankYouBankrupt/BankYouBankruptCashierApp/wwwroot/css/site.css

22 lines
194 B
CSS
Raw Normal View History

html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
2023-05-17 17:42:40 +04:00
}
.MyBody{
}