Skip to content

Commit 15f7787

Browse files
committed
Merge branch 'main' of https://github.com/SylviaUzoh1/search into feature/add-descriptive-section
2 parents 4c9dd10 + eb76a41 commit 15f7787

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

src/assets/css/style.css

+15-1
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
font-size: 14px;
7070
font-weight: 400;
7171
cursor: pointer;
72+
border: none;
73+
border-top: 1px solid black;;
74+
border-bottom: 1px solid black;;
7275
}
7376

7477
/* Responsive Design */
@@ -92,6 +95,17 @@
9295
border-radius: 0 8px 8px 0;
9396
}
9497
}
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+
}
95109

96110
.body-second-sect {
97111
margin-top: 20px;
@@ -108,7 +122,7 @@
108122
.search-engines {
109123
display: grid;
110124
gap: 20px;
111-
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
125+
/* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
112126
}
113127

114128
.engines {

0 commit comments

Comments
 (0)