This commit is contained in:
AlxMedia 2021-09-03 18:15:28 +02:00
parent f9e6e10d9a
commit cbb5bd8b67
3 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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%; }

View file

@ -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