Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Bardo committed Oct 25, 2016
2 parents 6831f65 + 3418314 commit 6b18e8b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 5 deletions.
1 change: 0 additions & 1 deletion .dev/sass/partials/_menus.scss
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@ body {
z-index: 9999;
background-color: $menu-bg-ie;
background-color: $menu-background-color;
margin-bottom: 60px;

@media #{$medium-up}{
position: fixed;
Expand Down
5 changes: 5 additions & 0 deletions .dev/sass/partials/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,8 @@ $widget-bg: #fff !default;
}
}
}

.hero .widget.widget_text p {
font-size: 1.4rem;
line-height: 1.4;
}
7 changes: 5 additions & 2 deletions style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -3038,8 +3038,7 @@ a {
text-align: center;
z-index: 9999;
background-color: #191919;
background-color: rgba(25, 25, 25, 0.95);
margin-bottom: 60px; }
background-color: rgba(25, 25, 25, 0.95); }
.side-masthead:before, .side-masthead:after {
content: " ";
display: table; }
Expand Down Expand Up @@ -3369,6 +3368,10 @@ a {
.widget_calendar #calendar_wrap #wp-calendar tfoot td#next {
text-align: left; }

.hero .widget.widget_text p {
font-size: 1.4rem;
line-height: 1.4; }

html {
-webkit-font-smoothing: antialiased; }

Expand Down
7 changes: 5 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3038,8 +3038,7 @@ a {
text-align: center;
z-index: 9999;
background-color: #191919;
background-color: rgba(25, 25, 25, 0.95);
margin-bottom: 60px; }
background-color: rgba(25, 25, 25, 0.95); }
.side-masthead:before, .side-masthead:after {
content: " ";
display: table; }
Expand Down Expand Up @@ -3369,6 +3368,10 @@ a {
.widget_calendar #calendar_wrap #wp-calendar tfoot td#next {
text-align: right; }

.hero .widget.widget_text p {
font-size: 1.4rem;
line-height: 1.4; }

html {
-webkit-font-smoothing: antialiased; }

Expand Down

0 comments on commit 6b18e8b

Please sign in to comment.