File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change 69
69
font-size : 14px ;
70
70
font-weight : 400 ;
71
71
cursor : pointer;
72
+ border : none;
73
+ border-top : 1px solid black;;
74
+ bor der- botto m: 1px solid black;;
72
75
}
73
76
74
77
/* Responsive Design */
92
95
border-radius : 0 8px 8px 0 ;
93
96
}
94
97
}
98
+ @media (min-width : 480px ) and (max-width : 768px ) {
99
+ .search-engines {
100
+ grid-template-columns : repeat (2 , 1fr );
101
+ }
102
+ }
103
+
104
+ @media (min-width : 768px ) {
105
+ .search-engines {
106
+ grid-template-columns : repeat (3 , 1fr );
107
+ }
108
+ }
95
109
96
110
.body-second-sect {
97
111
margin-top : 20px ;
108
122
.search-engines {
109
123
display : grid;
110
124
gap : 20px ;
111
- grid-template-columns : repeat (auto-fit, minmax (250px , 1fr ));
125
+ /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
112
126
}
113
127
114
128
.engines {
You can’t perform that action at this time.
0 commit comments