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

Commit

Permalink
Add padding top to hero widget
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Bardo committed Oct 25, 2016
1 parent d22c302 commit 11ceabb
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
10 changes: 7 additions & 3 deletions .dev/sass/partials/_widgets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,11 @@ $widget-bg: #fff !default;
}
}

.hero .widget.widget_text p {
font-size: 1.4rem;
line-height: 1.4;
.hero {
padding-top: 2em;

.widget.widget_text p {
font-size: 1.4rem;
line-height: 1.4;
}
}
8 changes: 5 additions & 3 deletions style-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -3368,9 +3368,11 @@ 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; }
.hero {
padding-top: 2em; }
.hero .widget.widget_text p {
font-size: 1.4rem;
line-height: 1.4; }

html {
-webkit-font-smoothing: antialiased; }
Expand Down
8 changes: 5 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3368,9 +3368,11 @@ 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; }
.hero {
padding-top: 2em; }
.hero .widget.widget_text p {
font-size: 1.4rem;
line-height: 1.4; }

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

0 comments on commit 11ceabb

Please sign in to comment.