Skip to content

Commit

Permalink
reduced padding top, and tried changing text for navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
banchan86 committed May 28, 2024
1 parent 87fb7d9 commit 5c97761
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,10 @@ html { font-family: var(--ff-poppins); }

body {
background: var(--smoky-black);
padding-top: 20px
padding-top: 10px
}





/*-----------------------------------*\
#REUSED STYLE
\*-----------------------------------*/
Expand Down Expand Up @@ -1247,6 +1244,21 @@ textarea.form-input::-webkit-resizer { display: none; }
#RESPONSIVE
\*-----------------------------------*/

/**
* responsive smaller than 449px screen
*/

@media (max-width: 450px) {

/**
* Navbar text size
*/

.navbar-link { --fs-8: 14px; }

}


/**
* responsive larger than 450px screen
*/
Expand Down

0 comments on commit 5c97761

Please sign in to comment.