18 lines
418 B
CSS
18 lines
418 B
CSS
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
|
|
for details on configuring this project to bundle and minify static web assets. */
|
|
|
|
/* Sticky footer styles
|
|
-------------------------------------------------- */
|
|
html {
|
|
font-size: 16px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
html {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
/* JQuery Validate*/
|
|
label.error {
|
|
color: red;
|
|
} |