Upload files to 'ShipyardClientApp/wwwroot/css'

This commit is contained in:
Ivan_Starostin 2024-06-02 17:29:40 +04:00
parent 99317dbdea
commit 56b3bbda81

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