Skip to content

Commit

Permalink
Merge pull request #102 from ibrahemomari/master
Browse files Browse the repository at this point in the history
add media queries for Ipad & tablets to enlarge icons & fonts
  • Loading branch information
NenoR96 authored Apr 10, 2023
2 parents 814bfce + 200277b commit d217e9f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions widget/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,19 @@
.launcher-plugin.layout6 .launcher-icons .launcher-icon span.main-icon{
font-size:32px;
}
}

@media (min-width:720px) {
.launcher-plugin .launcher-icons .launcher-icon{
height: 80px !important;
}

.launcher-plugin .launcher-icons .launcher-icon .text-holder p {
font-size: 1.4rem !important;
}

.launcher-plugin .launcher-icons .launcher-icon img {
max-width: 40px !important;
min-width: 40px !important;
}
}

0 comments on commit d217e9f

Please sign in to comment.