browser sizing, color, logo fix

This commit is contained in:
jonathanlei
2022-11-30 10:13:05 -08:00
parent 780c6ec314
commit 1c114321b2
4 changed files with 12 additions and 6 deletions

View File

@@ -91,7 +91,7 @@
color: $white !important;
}
.DocSearch-Modal {
margin-top: -15px;
margin-top: -20px;
max-width: 50%;
margin-right: 13.75em;
}
@@ -101,7 +101,7 @@
min-width: unset;
}
.DocSearch-Modal {
top: 128px;
top: 127px;
max-width: 100%;
margin-left: 10px;
margin-right: 20px;
@@ -116,6 +116,9 @@
fill:white;
}
}
.DocSearch-Commands-Key{
color: $gray-800;
}
#centersearchboxcontainer {
justify-content: center;