mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-26 14:38:30 +02:00
docs header responsiveness fix (#2317)
This commit is contained in:
+8
-1
@@ -176,9 +176,16 @@
|
||||
padding: pxToRem(22) $spacer * 1.5;
|
||||
border-bottom: pxToRem(1) solid $neutral-20;
|
||||
|
||||
&__item {
|
||||
margin: 0 clamp(#{pxToRem(4)}, 0.8vw, #{$spacer});
|
||||
}
|
||||
|
||||
&__buttons {
|
||||
flex-shrink: 1;
|
||||
min-width: 0;
|
||||
|
||||
&-input {
|
||||
width: pxToRem(300);
|
||||
width: clamp(#{pxToRem(160)}, 18vw, #{pxToRem(300)});
|
||||
height: pxToRem(35);
|
||||
margin-right: $spacer * 1.5;
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user