Skip to content

Commit 6067a31

Browse files
committed
[FIX] - svg
1 parent 6c0aee7 commit 6067a31

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

herkunftcheck/herkunftcheck2/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link rel="icon" type="image/x-icon" href="img/logo_2.png">
99
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css">
1010

11-
<link rel="stylesheet" href="style/style_v1.1.8.css" />
11+
<link rel="stylesheet" href="style/style_v1.1.9.css" />
1212
<link rel="stylesheet" href="style/map.css" />
1313

1414

@@ -190,7 +190,7 @@ <h4>Produktionsschritte</h4>
190190
<!-- Card 4 -->
191191
<div class="project-card light">
192192
<h4>Zertifikate</h4>
193-
<div class="content">
193+
<div class="">
194194
<div class="certificate-images certificate-images-container" id="certificates">
195195
<img
196196
src="https://upload.wikimedia.org/wikipedia/commons/thumb/f/fd/Organic_Logo_EU.svg/120px-Organic_Logo_EU.svg.png"

herkunftcheck/herkunftcheck2/style/style_v1.1.8.css renamed to herkunftcheck/herkunftcheck2/style/style_v1.1.9.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@ body {
294294
width: 10px;
295295
}
296296

297+
.arrow-link svg{
298+
height: 22px;
299+
}
300+
297301

298302
.info-card {
299303
background-color: none;
@@ -422,7 +426,7 @@ padding-top: 20px;
422426
.project-card.green {
423427
background-color: #dfeecb;
424428
background-image: radial-gradient(circle at bottom left, rgba(255, 255, 255, 0.2) 100px, transparent 160px);
425-
min-height: 150px;
429+
min-height: 100px;
426430
position: relative;
427431
overflow: hidden;
428432
}

0 commit comments

Comments
 (0)