Skip to content

Commit

Permalink
Improve the readability of the landing tagline
Browse files Browse the repository at this point in the history
  • Loading branch information
Gigabyte5671 committed Oct 11, 2023
1 parent 28e1dcf commit 1cb3c2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
</div>

<h1><span>Z</span><span>a</span><span>k</span></h1>
<p>Web Design & Development</p>
<p class="landingTagline">Web Design & Development</p>

<div class="visualOnly cabletrack vertical top left">
<div class="segment" style="height: calc(50vh + 9rem);">
Expand Down
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,10 @@ section > p {
mix-blend-mode: overlay;
}

.landingTagline {
font-size: larger;
}

.landing > .matrix {
margin-top: 10vh;
}
Expand Down

0 comments on commit 1cb3c2d

Please sign in to comment.