10 lines
193 B
CSS
10 lines
193 B
CSS
|
@media (max-height: 768px) {
|
|||
|
.menu-content {
|
|||
|
position: absolute;
|
|||
|
margin-top: inherit;
|
|||
|
left: 50%;
|
|||
|
margin-left: -300px;
|
|||
|
top: 50px;
|
|||
|
}
|
|||
|
}
|