Skip to content

Commit a4cf1b0

Browse files
logo
1 parent d9cc104 commit a4cf1b0

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

website2.0/styles.css

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,21 @@ text-decoration: none;
5151
}
5252
}
5353

54-
@media only screen and (max-width:409px) {
55-
.isDisplay{
54+
@media only screen and (max-width:360px) {
55+
.isDisplay{
5656
display: block;
5757
}
5858

5959
.nav-actions{
6060

6161
display: none !important;
62-
}
62+
}}
63+
@media only screen and (max-width:409px) {
64+
6365

64-
.logo{
65-
width: 100px;
66+
.logo img{
67+
width: 60px !important;
68+
height: 60px !important;
6669
}
6770
/* @keyframes animate {
6871
from{

0 commit comments

Comments
 (0)