We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae8f64 commit 74ecc9fCopy full SHA for 74ecc9f
src/assets/css/style.css
@@ -81,6 +81,17 @@
81
border-radius: 0 8px 8px 0;
82
}
83
84
+@media(min-width:480px) and (max-width:768px) {
85
+ .search-engines{
86
+ grid-template-columns: repeat(2,1fr);
87
+}
88
89
+
90
+@media(min-width:768px) {
91
92
+ grid-template-columns: repeat(3,1fr);
93
94
95
96
.body-second-sect {
97
margin-top: 20px;
@@ -97,7 +108,7 @@
108
.search-engines {
98
109
display: grid;
99
110
gap: 20px;
100
- grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
111
+ /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
101
112
102
113
103
114
.engines {
0 commit comments