mirror of
https://github.com/ViViDboarder/Vivid-Casper.git
synced 2024-12-22 19:47:38 +00:00
Fixed dropdown menu width
This commit is contained in:
parent
f846ceb7ed
commit
4af198a19f
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -512,7 +512,7 @@ production stylesheet in assets/built/screen.css
|
|||||||
grid-template-columns: 1fr 1fr;
|
grid-template-columns: 1fr 1fr;
|
||||||
grid-auto-flow: column;
|
grid-auto-flow: column;
|
||||||
column-gap: 40px;
|
column-gap: 40px;
|
||||||
width: auto;
|
min-width: 320px;
|
||||||
padding: 20px 32px;
|
padding: 20px 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user