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
Requires at least: 4.1
Tested up to: 4.3
Stable tag: 0.3
Stable tag: 0.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

View File

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