Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions website/src/css/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
background: transparent !important;
height: 32px !important;
width: 250px !important;
max-width: 100%;
}

.DocSearch-Button-Key {
Expand Down Expand Up @@ -156,6 +157,43 @@
margin-right: 8px;
}

@media screen and (max-width: 996px) {
.navbarSearchContainer_Bca1 {
padding: 4px 8px !important;
margin-right: 4px;
border-right: none !important;
}
}

@media screen and (max-width: 768px) {
.DocSearch-Button {
width: 180px !important;
}

.navbar {
padding: 0px 12px;
}
}

@media screen and (max-width: 480px) {
.DocSearch-Button {
width: 150px !important;
}

.DocSearch-Button-Placeholder {
font-size: 11px;
}

.navbar {
padding: 0px 8px;
}

.navbarSearchContainer_Bca1 {
padding: 4px !important;
margin-right: 2px;
}
}

html {
font-family: 'Work Sans', sans-serif;
}
Expand Down