Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…hub.io into main
  • Loading branch information
ekked authored and ekked committed Jun 16, 2021
2 parents ba5619a + 456020e commit 80dfc5b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/css/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ body {
top: 1rem;
left: 1rem;
margin-bottom: 3rem;
width: calc(100% - 2rem); // fix safari bug

img {
height: 5rem;
Expand All @@ -35,18 +36,18 @@ body {
position: absolute;
top: 1rem;
right: 1rem;
color: var(--white);
color: #FFFFFF;
z-index: 2;
@media screen and (min-width: $md-min) {
top: 2rem;
right: 2rem;
}

a {
color: var(--white);
color: #FFFFFF;
}
}


main {
padding-bottom: 2rem;
}
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h1>Beratung, Konzeption, Design, Umsetzung und Betrieb von
<div class="cell">
<div class="card">
<div class="logo">
<img class="invert" src="/img/logo_jacsysteme.svg" alt="JAC Systeme">
<img src="/img/logo_jacsysteme.svg" alt="JAC Systeme">
</div>
<p class="location">
Stralsund
Expand Down
Binary file removed src/public/cjw-quadrat.png
Binary file not shown.
Binary file added src/public/cjw_quadrat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 80dfc5b

Please sign in to comment.