Skip to content

Commit

Permalink
updated minimum size
Browse files Browse the repository at this point in the history
  • Loading branch information
banchan86 committed May 30, 2024
1 parent 6f33629 commit 004ff97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1248,13 +1248,13 @@ textarea.form-input::-webkit-resizer { display: none; }
* responsive larger than 300px screen
*/

@media (min-width: 300px) {
@media (min-width: 330px) {

/**
* Navbar text size
*/

.navbar-link { --fs-8: 11px; }
.navbar-link { --fs-8: 12px; }

}

Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<div class="info-content">
<h1 class="name" title="Shawn Tan">Shawn Tan</h1>

<p class="title">Freelance Scientist.</p>
<p class="title">Data Hacker.</p>
<p class="title">Neuroscientist</p>

</div>

<button class="info_more-btn" data-sidebar-btn>
Expand Down

0 comments on commit 004ff97

Please sign in to comment.