Skip to content

Commit

Permalink
Merge pull request #733 from atulyadav745/fix-header
Browse files Browse the repository at this point in the history
Fixed overflow of text in navbar
  • Loading branch information
mozzy11 authored Mar 1, 2024
2 parents 73460dc + 6270e97 commit 7ef98eb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/src/components/Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -448,4 +448,12 @@ button {

.my-custom-table tbody tr:nth-child(odd) {
background-color: #f9f9f9;
}
@media screen and (max-width:792px) {
.banner h5{
font-size: 2vw;
}
.banner p {
font-size: 1.5vw;
}
}

0 comments on commit 7ef98eb

Please sign in to comment.