Skip to content

Commit

Permalink
Improve responsive styling on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemcalister committed Jan 31, 2025
1 parent fcb3040 commit 5a953ff
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: blog, portfolio, entertainment, grid-layout, one-column, two-columns, thre
Requires at least: 5.8
Tested up to: 6.7.1
Requires PHP: 7.2
Stable tag: 1.3.0
Stable tag: 1.3.2
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand All @@ -14,6 +14,12 @@ Launch a blazing-fast, pixel-perfect website with the Ollie WordPress block them

== Changelog ==

= 1.3.2 - 1/29/24 =
* Improve responsive typography for smaller screens

= 1.3.1 - 1/29/24 =
* Remove extra styles in /styles folder

= 1.3.0 - 12/16/24 =
* Refine color palette names to map better to their contextual use. Read more about the change here: https://olliewp.com/docs/color-palette/
* Refine existing color palettes with updated colors and new color slot.
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Description: Launch a blazing-fast, pixel-perfect website with the Ollie WordPre
Tags: blog, portfolio, entertainment, grid-layout, one-column, two-columns, three-columns, four-columns, block-patterns, block-styles, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, full-width-template, rtl-language-support, style-variations, template-editing, theme-options, translation-ready, wide-blocks
Tested up to: 6.7.1
Requires PHP: 7.3
Version: 1.3.0
Version: 1.3.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ollie
Expand Down
8 changes: 4 additions & 4 deletions theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@
},
{
"fluid": {
"min": "1.414rem",
"min": "1.2rem",
"max": "1.65rem"
},
"size": "1.65rem",
Expand All @@ -429,7 +429,7 @@
},
{
"fluid": {
"min": "1.999rem",
"min": "1.5rem",
"max": "2.75rem"
},
"size": "2.75rem",
Expand All @@ -438,7 +438,7 @@
},
{
"fluid": {
"min": "2.827rem",
"min": "1.875rem",
"max": "3.5rem"
},
"size": "3.5rem",
Expand All @@ -447,7 +447,7 @@
},
{
"fluid": {
"min": "3.998rem",
"min": "2.25rem",
"max": "4.3875rem"
},
"size": "4.3875rem",
Expand Down

0 comments on commit 5a953ff

Please sign in to comment.