Skip to content

Commit

Permalink
changed font size
Browse files Browse the repository at this point in the history
  • Loading branch information
PVSekhar1234 committed Sep 2, 2022
1 parent d3545e7 commit b31acc6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions frontend/src/Components/Style.css
Original file line number Diff line number Diff line change
Expand Up @@ -418,9 +418,11 @@ table{
}
.h1x{
color: white;
font-size: 35px;
padding-bottom: 20px;
}
.h1x,.thx,.td2{
font-size: 1.5rem;
}
.td1{
text-align: center;
}
Expand Down Expand Up @@ -556,8 +558,8 @@ table{
.msgreg{
font-size: 18px;
}
.h1x{
font-size: 25px;
.h1x,.thx,.td2{
font-size: 1.3rem;
}


Expand All @@ -573,9 +575,9 @@ table{
.pointsHead{
font-size: 20px !important;
}
.h1x{
/* .h1x{
font-size: 22px;
}
} */
.btnnav{
font-size: 15px;
}
Expand Down Expand Up @@ -702,5 +704,8 @@ table{
}
.btnpastdp{
font-size: 15px;
}
.h1x,.thx,.td2{
font-size: 1.15rem;
}
}
4 changes: 2 additions & 2 deletions frontend/src/Components/Yourprofile.js
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ function Yourprofile() {
</>
) : (
<div>
<h4 align="center">No Problems Today!</h4>
<h4 className="h1x" align="center">No Problems Today!</h4>
<br/>
</div>
)}
Expand Down Expand Up @@ -338,7 +338,7 @@ function Yourprofile() {
);
})
) : (
<><h4 align="center" style={{color:"white"}}>No Material Added Yet</h4></>
<><h4 className="h1x" align="center" style={{color:"white"}}>No Material Added Yet</h4></>
)}
</div>
{notes.length !== 0 ? (
Expand Down

0 comments on commit b31acc6

Please sign in to comment.