Skip to content

Commit

Permalink
cover
Browse files Browse the repository at this point in the history
  • Loading branch information
schnavy committed Apr 26, 2021
1 parent 8e135f6 commit 96e8e2f
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 14 deletions.
Binary file added assets/images/samt/cover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ if (!isMobile()) {
title.addEventListener("click", (e) => {
if (stapelOffen) {
stapelSchliessen();
title.textContent = "Index";

} else if (indexAktiv) {

location.reload();
Expand Down
1 change: 1 addition & 0 deletions projekte.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ let projekte = {
"year": "2019",
"background": "samt.png",
"images": [
"cover.png",
"samt0.png",
"samt1.png",
"samt2.png",
Expand Down
44 changes: 30 additions & 14 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ body {
color: blue;
font-size: .9em;
text-shadow: 0px 0px 3px blue;
min-width: 500px;
min-width: 530px;
}

.ueberschrift {
Expand All @@ -464,7 +464,7 @@ body {
display: none;
}

@media (max-width: 990px) {
@media (max-width: 1100px) {
.projektbubble {
transform: translateY(0);

Expand All @@ -474,12 +474,10 @@ body {
text-shadow: 0px 0px 2px blue;

grid-template-columns: 1fr;
grid-template-rows: 1fr auto;

top: 5px;

grid-template-rows: auto 1fr;
}


.col {
padding: 10px;
}
Expand All @@ -490,17 +488,14 @@ body {
line-height: 1.2em;
}


.col2 {
display: none;
}
margin-left: 30px; }


.foot {
display: none;
}


.indent {
margin-left: 0px;
/* grid-row: 2/3; */
}

#desktopEmpfeehlung {
Expand All @@ -513,6 +508,27 @@ body {
}
}

@media (max-width: 768px) {

#infos {
text-shadow: 0px 0px 2px blue;

grid-template-columns: 1fr;
grid-template-rows: 1fr auto;

top: 5px;

}

.col2 {
display: none;
}

.foot {
display: none;
}
}

#impressum-button {
cursor: e-resize;
}
Expand Down Expand Up @@ -547,7 +563,7 @@ body {
line-height: 1.1em;
}

#scrollPfeil{
#scrollPfeil {
position: absolute;
bottom: 5vh;
width: 100vw;
Expand Down

0 comments on commit 96e8e2f

Please sign in to comment.