fix(Home): mobile menu ux
This commit is contained in:
parent
bedcc818eb
commit
6bf1956e4a
3 changed files with 34 additions and 8 deletions
|
|
@ -165,6 +165,7 @@
|
|||
.mosaic {
|
||||
background: white;
|
||||
width: 100%;
|
||||
padding-bottom: .25em;
|
||||
}
|
||||
|
||||
.mosaic-header {
|
||||
|
|
@ -332,6 +333,11 @@
|
|||
max-height: 0;
|
||||
transition: max-height 0.1s ease-out;
|
||||
}
|
||||
|
||||
.before-container {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.nav-item {
|
||||
width: auto;
|
||||
}
|
||||
|
|
@ -346,6 +352,7 @@
|
|||
}
|
||||
.mosaic-header {
|
||||
text-align: center;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
.card {
|
||||
display: block;
|
||||
|
|
@ -355,6 +362,7 @@
|
|||
margin: 0;
|
||||
border-right: 0;
|
||||
border-bottom: 1px solid #C4C4C4;
|
||||
overflow: hidden;
|
||||
}
|
||||
.card-content {
|
||||
width: auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue