Fixed Endabgabe Second (4.0)
This commit is contained in:
parent
606b4cd4dd
commit
0e04bde6de
|
@ -55,7 +55,10 @@
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
#imageBox img {
|
#imageBox img {
|
||||||
width: 50%;
|
width: 40%;
|
||||||
max-height: 650px;
|
max-height: 650px;
|
||||||
}
|
}
|
||||||
|
#buttonRight, #buttonLeft {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -11,8 +11,6 @@
|
||||||
<script src="../script-frontend/warenkorb.js" defer></script>
|
<script src="../script-frontend/warenkorb.js" defer></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<style> body { font-size: 20px; } </style>
|
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<header>
|
<header>
|
||||||
<div class="top-nav">
|
<div class="top-nav">
|
||||||
|
|
Loading…
Reference in New Issue