We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 814bfce + 200277b commit d217e9fCopy full SHA for d217e9f
1 file changed
widget/assets/css/style.css
@@ -270,4 +270,19 @@
270
.launcher-plugin.layout6 .launcher-icons .launcher-icon span.main-icon{
271
font-size:32px;
272
}
273
+}
274
+
275
+@media (min-width:720px) {
276
+ .launcher-plugin .launcher-icons .launcher-icon{
277
+ height: 80px !important;
278
+ }
279
280
+ .launcher-plugin .launcher-icons .launcher-icon .text-holder p {
281
+ font-size: 1.4rem !important;
282
283
284
+ .launcher-plugin .launcher-icons .launcher-icon img {
285
+ max-width: 40px !important;
286
+ min-width: 40px !important;
287
288
0 commit comments