fix adaptive
This commit is contained in:
@ -2,15 +2,16 @@
|
||||
display: none;
|
||||
|
||||
@media (max-width: 900px) {
|
||||
background: #ffffff;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
margin: 10px 0;
|
||||
margin: 0 0 15px 0;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 2px 6px;
|
||||
padding: 0 6px;
|
||||
cursor: pointer;
|
||||
border: 1px solid #e3e2e2;
|
||||
border-radius: 8px;
|
||||
border-top: 1px solid #e3e2e2;
|
||||
border-radius: 0 0 6px 6px;
|
||||
position: relative;
|
||||
|
||||
p {
|
||||
|
Reference in New Issue
Block a user