Skip to content

Commit

Permalink
Merge pull request #80 from TimonGlaesser/master
Browse files Browse the repository at this point in the history
fix: bug issues #9 #10 and #33
  • Loading branch information
holtzy committed May 13, 2024
2 parents d2f4355 + 4536d10 commit eac39d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/agency.css
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ header.masthead .intro-text .intro-heading {
max-width: 100vw;
max-height: 95vh;
overflow-y: auto;
pointer-events: all;
}

@media (min-width: 1000px) {
Expand Down Expand Up @@ -567,6 +568,7 @@ header.masthead .intro-text .intro-heading {
height: 75px;
cursor: pointer;
background-color: transparent;
z-index: 1;
}

.portfolio-modal .close-modal:hover {
Expand Down

0 comments on commit eac39d3

Please sign in to comment.