Responsive adjustments

This commit is contained in:
kjodle 2016-01-30 11:32:34 -05:00
parent f433f84ee3
commit fa4108da63
2 changed files with 5 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Contributors: kjodle
Tags: black, gray, white, fixed-layout, two-columns, left-sidebar, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready Tags: black, gray, white, fixed-layout, two-columns, left-sidebar, custom-menu, featured-images, post-formats, theme-options, threaded-comments, translation-ready
Requires at least: 4.1 Requires at least: 4.1
Tested up to: 4.3 Tested up to: 4.3
Stable tag: 0.3 Stable tag: 0.4
License: GPLv2 or later License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html License URI: http://www.gnu.org/licenses/gpl-2.0.html

View File

@ -63,6 +63,8 @@ pre {
max-width: 1000px; max-width: 1000px;
min-width: 700px; min-width: 700px;
width: 80%; width: 80%;
background: #ffffff;
padding: 20px;
} }
#sidebar { #sidebar {
@ -94,16 +96,16 @@ pre {
body > footer { body > footer {
clear: both; clear: both;
width: 100%; width: 100%;
background: #ffffff;
} }
body > header { body > header {
border-bottom: solid 1px #444; border-bottom: solid 1px #444;
margin-bottom: 2em; background: #ffffff;
} }
body > footer { body > footer {
border-top: solid 1px #444; border-top: solid 1px #444;
margin-top: 2em;
} }