Skip to content

Commit

Permalink
css modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemma committed Jan 5, 2024
1 parent e48bcc4 commit 2902298
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ h5 {
text-transform: uppercase;
font-size: 10px;
margin-left: 2px !important;
margin-right: 5px !important;
margin-right: 7px !important;
/* margin-right: 36px; */
/* margin-left: 27px; */
}
Expand Down Expand Up @@ -1179,6 +1179,7 @@ h5 {
justify-content: center;
align-content: center;
align-items: center;
width: 112px;
}
.searchIcon {
width: 26px;
Expand Down Expand Up @@ -1212,7 +1213,7 @@ h5 {
width: 189px;
border-radius: 5px;
font-size: 9px;
margin-left: -41px;
margin-left: 10px !important;
background: #8dbde0;

}
Expand All @@ -1225,4 +1226,14 @@ h5 {
align-content: center;
align-items: center;
}

.NavlinkVerifier{
color: rgba(12, 16, 64, 0.606);
font-size: 15px !important;
font-feature-settings: 'pcap', 'c2pc', "pcap", "c2pc";
font-variant-caps: all-petite-caps;
margin-top: 0px;
font-size: 12px !important;
}

}

0 comments on commit 2902298

Please sign in to comment.