fix: display the main menu dots on mobile

This commit is contained in:
Tienson Qin
2021-02-09 18:25:48 +08:00
parent 6485b0925f
commit a7c41eb12c
2 changed files with 11 additions and 7 deletions

View File

@@ -47,7 +47,10 @@
.cp__header-logo,
.cp__right-menu-button {
opacity: 0.7;
display: none;
}
.cp__header-logo {
display: none;
}
.cp__header-logo:hover,
@@ -64,6 +67,10 @@
@apply ml-3;
}
.cp__right-menu-button {
display: block;
}
@screen sm {
.cp__header {
@apply shadow-none;
@@ -77,8 +84,4 @@
display: flex;
align-items: center;
}
.cp__right-menu-button {
display: block;
}
}