File tree 1 file changed +14
-9
lines changed
1 file changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,8 @@ const pages = await getPages();
31
31
grid-template-columns: 1fr;
32
32
grid-template-rows: 1fr 29px;
33
33
34
- @media (min-width: 600px) {
35
- grid-template-columns: 1fr 1px 1fr;
36
- }
37
-
38
34
.menu {
39
- padding: 30px 100px;
35
+ padding: 30px 30px 30px 100px;
40
36
41
37
.link {
42
38
line-height: 1.5rem;
@@ -49,16 +45,13 @@ const pages = await getPages();
49
45
background-color: $primary-400;
50
46
margin-block: auto;
51
47
display: none;
52
-
53
- @media (min-width: 600px) {
54
- display: block;
55
- }
56
48
}
57
49
58
50
.syscat-container {
59
51
display: flex;
60
52
justify-content: center;
61
53
align-items: center;
54
+ display: none;
62
55
63
56
img {
64
57
width: 200px;
@@ -74,5 +67,17 @@ const pages = await getPages();
74
67
line-height: 28px;
75
68
border-top: 1px solid $primary-500;
76
69
}
70
+
71
+ @media (min-width: 600px) {
72
+ grid-template-columns: 1fr 1px 1fr;
73
+
74
+ .line {
75
+ display: block;
76
+ }
77
+
78
+ .syscat-container {
79
+ display: flex;
80
+ }
81
+ }
77
82
}
78
83
</style >
You can’t perform that action at this time.
0 commit comments