Skip to content

Commit

Permalink
Overflow fix for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
namzo committed Jan 20, 2020
1 parent 140941d commit 29197e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions _scss/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ body {
}
}

html, body {
overflow-x: hidden;
}

.preload * {
transition: none !important;
}
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</div>
<div class="seven columns intro-profile flex-column-1">
<div class="home-box transition-fade-down">
<h1>I'm a designer<span>, developer, photographer, and artist based in Amsterdam</span></h1>
<p class="lead">Currently working as a UX Designer at <a href="http://booking.com" target="_blank">Booking.com</a></p>
<h1>I'm a UX designer<span>, photographer, and artist based in Amsterdam</span></h1>
<p class="lead">Currently working at <a href="http://booking.com" target="_blank">Booking.com</a></p>
</div>
</div>
</div>
Expand Down

0 comments on commit 29197e7

Please sign in to comment.