Änderungen vereinheitlichung Bild und Grenzen Ränder

This commit is contained in:
ja
2021-11-16 16:47:33 +01:00
parent f9107e9aba
commit 69896076dd
3 changed files with 15 additions and 13 deletions

View File

@@ -74,15 +74,17 @@
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
<link rel="stylesheet" type="text/css" href="css/Dropdown.css" />
<style>
body {
background-image: url(images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #fff;
width:390px;
}
@media (max-width: 558.98px) {
body {
background-image: url(images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-color: #fff;
width: 390px;
}
}
</style>
<script src="js/netzwerk.js" type="text/javascript"></script>

View File

@@ -88,7 +88,7 @@
con.Close()
End Using
%>
<h3>Hier findest Du alle deine Daten zusammengefasst auf einer Seite.</h3>
<h3>Hier findest Du all deine Daten zusammengefasst auf einer Seite.</h3>
<h5 style="font-size:1.1225em">Kundennr.: <%=CustomerID %></h5>
<asp:Label ID="Label2" runat="server" Text="Bereich: "></asp:Label>
<asp:Label ID="Label1" runat="server" Text="Mitarbeiter "></asp:Label>

View File

@@ -186,7 +186,7 @@ a.article:hover {
MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
@media (max-width: 558.98px) {
#sidebar {
margin-left: -250px;
}