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

24 lines
215 B
CSS
Raw Normal View History

html {
font-size: 14px;
}
@media (min-width: 768px) {
html {
2023-05-19 21:04:31 +04:00
font-size: 19px;
}
}
html {
position: relative;
min-height: 100%;
}
body {
2023-05-19 21:04:31 +04:00
margin-bottom: 60px;
background-color: #cdcdcd;
2023-05-19 20:37:30 +04:00
}