Merge branch 'master' of https://github.com/Automattic/themes
This commit is contained in:
commit
cfbe30b368
6 changed files with 8 additions and 5 deletions
2
balasana/package-lock.json
generated
2
balasana/package-lock.json
generated
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "balasana",
|
"name": "balasana",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "balasana",
|
"name": "balasana",
|
||||||
"version": "1.0.1",
|
"version": "1.0.3",
|
||||||
"description": "Balasana",
|
"description": "Balasana",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/Automattic/themes/issues"
|
"url": "https://github.com/Automattic/themes/issues"
|
||||||
|
|
|
@ -99,6 +99,7 @@ dt {
|
||||||
|
|
||||||
.site-logo img {
|
.site-logo img {
|
||||||
max-height: #{3 * $spacing_vertical};
|
max-height: #{3 * $spacing_vertical};
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-description {
|
.site-description {
|
||||||
|
|
|
@ -5,7 +5,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Balasana is a clean and minimalist business theme designed with health and wellness-focused sites in mind.
|
Description: Balasana is a clean and minimalist business theme designed with health and wellness-focused sites in mind.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.0.2
|
Version: 1.0.3
|
||||||
License: GNU General Public License v2 or later
|
License: GNU General Public License v2 or later
|
||||||
License URI: LICENSE
|
License URI: LICENSE
|
||||||
Template: varia
|
Template: varia
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Balasana is a clean and minimalist business theme designed with health and wellness-focused sites in mind.
|
Description: Balasana is a clean and minimalist business theme designed with health and wellness-focused sites in mind.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.0.2
|
Version: 1.0.3
|
||||||
License: GNU General Public License v2 or later
|
License: GNU General Public License v2 or later
|
||||||
License URI: LICENSE
|
License URI: LICENSE
|
||||||
Template: varia
|
Template: varia
|
||||||
|
@ -3645,6 +3645,7 @@ dt {
|
||||||
|
|
||||||
.site-branding .site-logo img {
|
.site-branding .site-logo img {
|
||||||
max-height: 96px;
|
max-height: 96px;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-branding .site-description {
|
.site-branding .site-description {
|
||||||
|
|
|
@ -6,7 +6,7 @@ Author: Automattic
|
||||||
Author URI: https://automattic.com/
|
Author URI: https://automattic.com/
|
||||||
Description: Balasana is a clean and minimalist business theme designed with health and wellness-focused sites in mind.
|
Description: Balasana is a clean and minimalist business theme designed with health and wellness-focused sites in mind.
|
||||||
Requires at least: WordPress 4.9.6
|
Requires at least: WordPress 4.9.6
|
||||||
Version: 1.0.2
|
Version: 1.0.3
|
||||||
License: GNU General Public License v2 or later
|
License: GNU General Public License v2 or later
|
||||||
License URI: LICENSE
|
License URI: LICENSE
|
||||||
Template: varia
|
Template: varia
|
||||||
|
@ -3674,6 +3674,7 @@ dt {
|
||||||
|
|
||||||
.site-branding .site-logo img {
|
.site-branding .site-logo img {
|
||||||
max-height: 96px;
|
max-height: 96px;
|
||||||
|
width: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.site-branding .site-description {
|
.site-branding .site-description {
|
||||||
|
|
Loading…
Reference in a new issue