Skip to content

Commit

Permalink
Mobile scaling (again) blog
Browse files Browse the repository at this point in the history
  • Loading branch information
mcthomas committed Apr 20, 2024
1 parent 810bce8 commit b463af7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions mind-nodes/minimalism-in-art/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
-webkit-font-smoothing: subpixel-antialiased;
}
@media only screen and (min-device-width : 481px) {
.contents {
font-size: 1.375em;
}
.entry a {
font-size: 2.312em;
}
Expand All @@ -24,14 +27,17 @@
}
}
@media only screen and (min-device-width : 200px) and (max-device-width : 480px) {
.contents {
font-size: 1.6em;
}
.entry a {
font-size: 4.3em;
font-size: 3.25em;
}
a.sub {
font-size: 1.3em !important;
}
#title {
font-size: 4.8em;
font-size: 4em;
}
#home {
border: 1.5px solid;
Expand Down

0 comments on commit b463af7

Please sign in to comment.