mirror of
https://ghproxy.net/https://github.com/AlxMedia/instorm.git
synced 2025-08-26 08:20:52 +08:00
1.1.1
This commit is contained in:
parent
f9e6e10d9a
commit
cbb5bd8b67
3 changed files with 6 additions and 1 deletions
|
@ -85,6 +85,9 @@ Sidebar images
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 1.1.1 - 2021-09-03 =
|
||||
* Fixed horizontal scrollbar appearing on some screen resolutions
|
||||
|
||||
= 1.1.0 - 2021-08-25 =
|
||||
* Added missing theme tags for wordpress.org
|
||||
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
/* ------------------------------------------------------------------------- */
|
||||
@media only screen and (min-width: 480px) and (max-width: 1023px) {
|
||||
|
||||
#wrapper { overflow: hidden; }
|
||||
|
||||
/* s1 general */
|
||||
.s1 { width: 100%; margin-top: 0; }
|
||||
.s1 .sidebar-content { width: 100%; }
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
Theme Name: Instorm
|
||||
Theme URI: http://alx.media/themes/instorm/
|
||||
Version: 1.1.0
|
||||
Version: 1.1.1
|
||||
Requires at least: 5.0
|
||||
Requires PHP: 5.6
|
||||
Tested up to: 5.8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue