Skip to content

Commit

Permalink
Transition Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
CH-RAFAY committed Jul 5, 2024
1 parent e3e746b commit 3233f0e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 6 additions & 1 deletion Css/download.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ html
{
font-size: 12pt;
font-family: Poppins, Segoe UI, "Tahoma", Verdana, sans-serif;
scroll-behavior: smooth;
}



nav
{
height: 90px;
Expand Down Expand Up @@ -322,4 +323,8 @@ footer {
flex-wrap: wrap;
}

}

html {
scroll-behavior: smooth;
}
5 changes: 4 additions & 1 deletion Css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ html
{
font-size: 12pt;
font-family: Poppins, Segoe UI, "Tahoma", Verdana, sans-serif;
scroll-behavior: smooth;
}


Expand Down Expand Up @@ -594,4 +593,8 @@ footer {
flex-wrap: wrap;
}

}

html {
scroll-behavior: smooth;
}

0 comments on commit 3233f0e

Please sign in to comment.