File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
"logo search nav" auto /
13
13
auto 1fr auto;
14
14
align-items : center;
15
- padding : 10px ;
15
+ padding : 10px 20 px ;
16
16
color : white;
17
17
18
18
a {
47
47
.logo {
48
48
width : 60px ;
49
49
height : auto;
50
+ /* negative margin to account for blank space in the image */
51
+ margin-left : -10px ;
50
52
margin-right : 10px ;
51
53
}
52
54
60
62
border : none;
61
63
color : black;
62
64
width : 100% ;
63
- margin-left : 16px ;
64
- margin-right : 16px ;
65
65
padding : 5px 5px 5px 25px ;
66
66
background-color : white;
67
67
background-image : url ('/assets/search.png' );
80
80
81
81
.search-input-lg {
82
82
composes : search-input;
83
+ margin-left : 16px ;
84
+ margin-right : 16px ;
83
85
84
86
@media only screen and (max-width : 820px ) {
85
87
display : none;
89
91
.search-input-sm {
90
92
composes : search-input;
91
93
display : none;
92
- margin : 0 10px 10 px ;
94
+ margin : 10px 0 ;
93
95
94
96
@media only screen and (max-width : 820px ) {
95
97
display : unset;
115
117
display : flex;
116
118
align-items : center;
117
119
text-align : right;
118
- margin-right : 5px ;
119
120
120
121
@media only screen and (max-width : 900px ) {
121
122
display : none;
125
126
.menu {
126
127
grid-area : menu;
127
128
text-align : right;
128
- margin-right : 5px ;
129
129
display : none;
130
130
131
131
@media only screen and (max-width : 900px ) {
You can’t perform that action at this time.
0 commit comments