Skip to content

Commit

Permalink
Merge pull request #7 from 1naveengiri/master
Browse files Browse the repository at this point in the history
Add style for issues #6
  • Loading branch information
kprajapatii authored Jan 28, 2020
2 parents 925258a + badc325 commit f36f085
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/css/style.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/style.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/scss/partials/_elements.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ th {
}
p {
margin: 0 0 5px;
word-wrap: break-word;
}
img {
max-width: 100%;
Expand Down
1 change: 1 addition & 0 deletions assets/scss/responsive/_992down.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

.site-header {
height: auto;
min-height: initial;
overflow: hidden;
.container {
min-height: $header-height;
Expand Down
1 change: 1 addition & 0 deletions lib/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
if (!defined('DT_HEADER_TOP_BG_COLOR')) define('DT_HEADER_TOP_BG_COLOR', '#202020');
//header
if (!defined('DT_HEADER_HEIGHT')) define('DT_HEADER_HEIGHT', '85px');
if (!defined('DT_HEADER_WIDTH')) define('DT_HEADER_WIDTH', '1600px');
if (!defined('DT_HEADER_FIXED_TOP')) define('DT_HEADER_FIXED_TOP', '32px');
if (!defined('DT_HEADER_BG_COLOR')) define('DT_HEADER_BG_COLOR', "#2F2F2F");
if (!defined('DT_HEADER_TEXT_COLOR')) define('DT_HEADER_TEXT_COLOR', "#FFFFFF");
Expand Down
2 changes: 1 addition & 1 deletion lib/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function directory_theme_setup(){
$args = array(
'default-text-color' => 'FFFFFF',
'height' => DT_HEADER_HEIGHT,
'width' => 1600
'width' => DT_HEADER_WIDTH
);

add_theme_support( 'custom-header', $args );
Expand Down

0 comments on commit f36f085

Please sign in to comment.