2022 updates

This commit is contained in:
Andre Beging
2022-04-24 19:21:10 +02:00
parent 6db1e96c43
commit 9bd278379b
26 changed files with 448 additions and 138 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -6016,6 +6016,14 @@ body.hero.scroll .nav a li {
display: none;
}
a {
color: red;
}
a:hover {
color: #000;
}
footer {
background-color: #fff;
border-top: 1px solid #d8d8d8;
@@ -6299,6 +6307,46 @@ body.sidebar div.hamburger span:nth-child(3) {
transform: translateY(-9px) rotate(-45deg);
}
.question-container {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 1em;
}
@media only screen and (max-width: 1200px) {
.question-container {
grid-template-columns: auto;
}
}
.question-container .question {
list-style-type: none;
padding: 10px 15px;
margin: 0;
border: 1px solid #bdbdbd;
}
.question-container .question li:first-child {
padding-bottom: 5px;
}
.question-container .question li:first-child h2 {
margin: 0;
}
.map {
border: 1px solid #b9b9b9;
width: 100%;
height: 350px;
}
.two-column-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 1em;
}
@media only screen and (max-width: 1200px) {
.two-column-grid {
grid-template-columns: auto;
}
}
.tg-container {
height: 100%;
display: flex;

File diff suppressed because one or more lines are too long

BIN
static/shop/boxer.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 474 KiB

BIN
static/shop/boxer_ref.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

BIN
static/shop/boxer_thumb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

BIN
static/shop/flachmann.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 160 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

BIN
static/shop/schnapsglas.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
static/shop/stringtanga.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB