Skip to content

Commit

Permalink
10559 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanyenduri committed Dec 31, 2024
1 parent 155dc80 commit 63d6e5a
Showing 1 changed file with 9 additions and 21 deletions.
30 changes: 9 additions & 21 deletions web-client/src/styles/nav.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,10 @@
margin-top: 15px;
margin-right: auto;
margin-left: 10px;
font-size: 26px;
font-family: "Noto Serif", serif;
font-size: 18px;
font-weight: 700;
line-height: 4.3em;
}

.usa-navbar.usa-navbar-public {
Expand Down Expand Up @@ -217,29 +220,14 @@
}

.header-welcome {
padding-bottom: .4rem;
margin-top: auto;
margin-bottom: auto;
margin-left: 10px;
font-family: "Noto Serif", serif;
font-size: 26px;
font-weight: 700;
line-height: 2em;

@media only screen and (max-width: $medium-screen) {
display: none;
}

@media only screen and (width <= 1150px) {
font-size: 26px;
line-height: 2.8em;
}

@media only screen and (width <= 1000px) {
font-size: 18px;
line-height: 4.3em;
}

@media only screen and (width <= 750px) {
font-size: 14px;
line-height: 5.3em;
}
line-height: 2.8em;
}

.ustc-navigation-items {
Expand Down

0 comments on commit 63d6e5a

Please sign in to comment.