Css wurde verändert

This commit is contained in:
ja
2021-08-27 10:52:48 +02:00
parent 02e1fc9958
commit 1fb45bd6c4
3 changed files with 43 additions and 2 deletions

View File

@@ -6,6 +6,34 @@
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" title="VERAG Login"/>
<link rel="stylesheet" type="text/css" href="../css/login/login.css"/>
<style>
@media (min-width:768px) {
#UserNameLabel
{
font-size: 20px;
font-size: 1.25em;
}
#PasswordLabel {
font-size: 20px;
font-size: 1.25em;
}
}
@media (max-width: 768px) {
#UserNameLabel {
font-size: 16px;
font-size: 1em;
}
#PasswordLabel {
font-size: 16px;
font-size: 1em;
}
}
</style>
</head>
<body>