Skip to content

Commit d217e9f

Browse files
authored
Merge pull request #102 from ibrahemomari/master
add media queries for Ipad & tablets to enlarge icons & fonts
2 parents 814bfce + 200277b commit d217e9f

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

widget/assets/css/style.css

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,4 +270,19 @@
270270
.launcher-plugin.layout6 .launcher-icons .launcher-icon span.main-icon{
271271
font-size:32px;
272272
}
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+
}
273288
}

0 commit comments

Comments
 (0)