Commit 7a6bb369 authored by aballerr's avatar aballerr Committed by GitHub

fix: updating to have proper width (#5304)

updating to have proper width
parent 66a38c8e
...@@ -29,6 +29,7 @@ const baseSearchStyle = style([ ...@@ -29,6 +29,7 @@ const baseSearchStyle = style([
const baseSearchNftStyle = style([ const baseSearchNftStyle = style([
baseSearchStyle, baseSearchStyle,
{ {
borderWidth: '2px',
'@media': { '@media': {
[`screen and (min-width: 1024px) and (max-width: 1080px)`]: { [`screen and (min-width: 1024px) and (max-width: 1080px)`]: {
width: `${330}px`, width: `${330}px`,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment