Skip to content

Commit

Permalink
updated test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemma committed Jun 20, 2024
1 parent 7a43165 commit 0c2fd73
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
28 changes: 15 additions & 13 deletions frontend/src/components/NavBar/Navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
justify-content: center;
font-size: 11px;
width: 120px;
margin-top: 19px;
margin-top: 2px !important;
margin-right: 0px !important;
margin-left: 0px !important;
align-content: center;
align-items: center;
}
Expand Down Expand Up @@ -860,18 +862,18 @@
justify-content: center;
}

.Sign-in5 {
margin-bottom: 10px;
width: 123px;
height: 21px;
margin-top: 2px;
/* margin-left: 2px; */
border-radius: 4px;
display: flex;
background-color: #7a9f9f;
align-items: center;
justify-content: center;
}
.Sign-in5 {
margin-bottom: 10px;
width: 123px;
height: 21px;
margin-top: 2px;
/* margin-left: 2px; */
border-radius: 4px;
display: flex;
background-color: #7a9f9f;
align-items: center;
justify-content: center;
}

.Runs2 {
width: 157px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -820,5 +820,5 @@ h1 {
}
.theadGranularity tr {
width: 90vw;
}
}
}

0 comments on commit 0c2fd73

Please sign in to comment.