We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c9dd10 + eb76a41 commit 15f7787Copy full SHA for 15f7787
src/assets/css/style.css
@@ -69,6 +69,9 @@
69
font-size: 14px;
70
font-weight: 400;
71
cursor: pointer;
72
+ border: none;
73
+ border-top: 1px solid black;;
74
+ border-bottom: 1px solid black;;
75
}
76
77
/* Responsive Design */
@@ -92,6 +95,17 @@
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
106
+ grid-template-columns: repeat(3,1fr);
107
108
109
110
.body-second-sect {
111
margin-top: 20px;
@@ -108,7 +122,7 @@
122
.search-engines {
123
display: grid;
124
gap: 20px;
- 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 {
0 commit comments