File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change 53
53
54
54
}
55
55
56
- @media only screen and (max-width : 1070 px ) {
56
+ @media only screen and (max-width : 768 px ) {
57
57
58
58
.container { // Set up the container for the site content
59
59
grid-template-rows : 80px 811px auto auto ;
65
65
.container {
66
66
grid-column-gap : 0px ;
67
67
grid-template-columns : 1 ;
68
- grid-template-rows : 80 px auto auto auto auto ;
68
+ grid-template-rows : 115 px auto auto auto auto ;
69
69
grid-template-areas :
70
70
" h h h h h h h h h h h h"
71
71
" i i i i i i i i i i i i"
94
94
header {
95
95
grid-area : h;
96
96
display : flex ;
97
+ overflow-y : hidden ;
98
+ overflow-x : visible ;
99
+ margin-right : -15px ;
97
100
}
98
101
99
102
.logo {
@@ -153,8 +156,8 @@ header {
153
156
align-items : center ;
154
157
justify-content : flex-end ;
155
158
156
- margin-left : 15px ;
157
159
height : 115px ;
160
+ // margin-left: 15px;
158
161
159
162
white-space : nowrap ;
160
163
overflow-x : auto ;
@@ -167,6 +170,9 @@ header {
167
170
168
171
.scroll {
169
172
height : 80px ;
173
+ padding-top : 100px ;
174
+ padding-bottom : 100px ;
175
+ margin-top : -60px ;
170
176
justify-content : flex-start ;
171
177
}
172
178
@@ -198,6 +204,11 @@ nav > ul li {
198
204
199
205
nav > ul li :first-child {
200
206
padding-left : 0px ;
207
+ padding-left : 15px ;
208
+ }
209
+
210
+ nav > ul li :last-child {
211
+ padding-right : 15px ;
201
212
}
202
213
203
214
nav > ul li a :link ,
You can’t perform that action at this time.
0 commit comments