Fixed Endabgabe Second (4.0)

This commit is contained in:
Ben 2020-07-24 16:28:54 +02:00
parent 606b4cd4dd
commit 0e04bde6de
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -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">