Skip to content

Commit

Permalink
ensure layout requirments #59
Browse files Browse the repository at this point in the history
  • Loading branch information
openmindculture committed Oct 11, 2023
1 parent bbd24ea commit d3e2fb2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kleiderordnung-berlin",
"version": "3.1.4",
"version": "3.1.5",
"description": "portfolio website for sustainable stylist Tina Steinke",
"scripts": {
"install": "node install-local-environment.js",
Expand Down
1 change: 1 addition & 0 deletions src/css/m_stories.css
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ body.single-story .stories__story__quote {
@media (max-width: 555px) {
.stories__story__image, .stories__story__image img, .stories__story__quote {
height: calc(70vw * 1.775700935); /* inverse default ratio (190/107) */
min-height: 30.75rem; /* ensure layout requirements */
}

.stories__story__quote__text {
Expand Down
2 changes: 1 addition & 1 deletion src/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}

if ( ! defined( 'KLEIDERORDNUNG_THEME_VERSION' ) ) {
define( 'KLEIDERORDNUNG_THEME_VERSION', '3.1.4' );
define( 'KLEIDERORDNUNG_THEME_VERSION', '3.1.5' );
}

if ( ! defined( 'KLEIDERORDNUNG_DIR' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Description: WordPress Classic Theme for KleiderOrdnung.Berlin by Ingo Steinke (web development), Ina Nixdorf (web design), Tina Steinke (requirements)
Author: openmindculture
Author URI: https://www.ingo-steinke.com/
Version: 3.1.4
Version: 3.1.5
Tested up to: 6.3.1
License: proprietary
Tags: Tags: wordpress-theme,wordpress-classic-theme,classic-theme,classic,fashion,sustainability,webperf
Expand Down

0 comments on commit d3e2fb2

Please sign in to comment.