header css fix

This commit is contained in:
Jerry
2022-08-02 10:45:44 +02:00
parent e255021ef5
commit ae9f10b052
3 changed files with 6 additions and 3 deletions

View File

@@ -1731,7 +1731,7 @@ blockquote {
min-width: 1.6rem;
height: 1.6rem;
line-height: 1.6rem;
font-size: 1.2rem;
font-size: 0.9rem;
background: #0055D6;
color: #fff;
border-radius: 50%;
@@ -1787,6 +1787,8 @@ blockquote {
top: 0;
width: 100%;
min-height: 100%;
max-height: 100%;
overflow: auto;
}
.header .mobile-menu.open {
display: block;
@@ -1992,6 +1994,7 @@ blockquote {
left: auto;
white-space: nowrap;
max-width: 100%;
max-height: none;
}
.header .mobile-menu .mm-bg {
background: none;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long