We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cc104 commit a4cf1b0Copy full SHA for a4cf1b0
1 file changed
website2.0/styles.css
@@ -51,18 +51,21 @@ text-decoration: none;
51
}
52
53
54
-@media only screen and (max-width:409px) {
55
- .isDisplay{
+@media only screen and (max-width:360px) {
+.isDisplay{
56
display: block;
57
58
59
.nav-actions{
60
61
display: none !important;
62
- }
+ }}
63
+@media only screen and (max-width:409px) {
64
+
65
- .logo{
- width: 100px;
66
+ .logo img{
67
+ width: 60px !important;
68
+ height: 60px !important;
69
70
/* @keyframes animate {
71
from{
0 commit comments