Skip to content

Commit

Permalink
Fixed-Nav_bar
Browse files Browse the repository at this point in the history
  • Loading branch information
SalehaTabassum committed May 17, 2024
1 parent 1a4fd1e commit e0a08b1
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions Pages/3D-Visualizations/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -319,10 +319,10 @@ nav {

nav li {
display: inline-block;
padding: 5px 5px;
padding: 6px 6px;
}

nav a {
font-weight: normal;
font-size: .80em;
font-size: .90em;
}
4 changes: 2 additions & 2 deletions Pages/About-Us/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ nav {

nav li {
display: inline-block;
padding: 5px 5px;
padding: 6px 6px;
}

nav a {
font-weight: normal;
font-size: .80em;
font-size: .90em;
}
4 changes: 2 additions & 2 deletions Pages/Doubt Engine/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@

nav li {
display: inline-block;
padding: 5px 5px;
padding: 6px 6px;
}

nav a {
font-weight: normal;
font-size: .80em;
font-size: .90em;
}
4 changes: 2 additions & 2 deletions Pages/Quizes/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -355,10 +355,10 @@ nav {

nav li {
display: inline-block;
padding: 5px 5px;
padding: 6px 6px;
}

nav a {
font-weight: normal;
font-size: .80em;
font-size: .90em;
}
4 changes: 2 additions & 2 deletions Pages/Simulation/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,10 @@ nav {

nav li {
display: inline-block;
padding: 5px 5px;
padding: 6px 6px;
}

nav a {
font-weight: normal;
font-size: .80em;
font-size: .90em;
}
4 changes: 2 additions & 2 deletions Pages/Videos/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,10 @@ nav {

nav li {
display: inline-block;
padding: 5px 5px;
padding: 6px 6px;
}

nav a {
font-weight: normal;
font-size: .80em;
font-size: .90em;
}
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ nav {

nav a {
font-weight: normal;
font-size: .80em;
font-size: .88em;
}
.wrapper1{
font-size: 3rem !important;
Expand Down

0 comments on commit e0a08b1

Please sign in to comment.