Skip to content

Commit

Permalink
style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
bogreudell committed Mar 22, 2021
1 parent 79b0d16 commit 38b83c2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 8 deletions.
11 changes: 7 additions & 4 deletions stylus/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -2610,6 +2610,11 @@ body.post-type-archive-projects .wt_section:last-of-type {
.single-projects__jewish .wt_content-block p {
line-height: 3.6rem;
}
.single-projects__jewish .wt_content-block p a {
color: #fff;
background: #20597a;
padding: 0 5px;
}
.single-projects__jewish .wt_content-block:first-of-type {
margin-top: 180px;
}
Expand All @@ -2624,12 +2629,11 @@ body.post-type-archive-projects .wt_section:last-of-type {
box-sizing: border-box;
border-radius: 60px;
text-align: center;
font-size: 1.5rem;
color: #fff;
font-family: objektiv-mk1, sans-serif;
font-weight: 500;
text-transform: uppercase;
font-size: 2.8rem;
font-size: 2.3rem;
}
.single-projects__jewish .wt_content-block .giveforms-donation-button {
display: inline-block;
Expand All @@ -2640,12 +2644,11 @@ body.post-type-archive-projects .wt_section:last-of-type {
box-sizing: border-box;
border-radius: 60px;
text-align: center;
font-size: 1.5rem;
color: #20597a;
font-family: objektiv-mk1, sans-serif;
font-weight: 500;
text-transform: uppercase;
font-size: 2.8rem;
font-size: 2.3rem;
}
.single-projects__jewish .wt_donate {
padding: 90px 0;
Expand Down
11 changes: 7 additions & 4 deletions stylus/require/components/jewish-languages.styl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

p
line-height 3.6rem

a
color $white
background $interactive
padding 0 5px

&:first-of-type
margin-top $margin5
Expand All @@ -21,12 +26,11 @@
box-sizing border-box
border-radius 60px
text-align center
font-size 1.5rem
color $white
font-family objektiv-mk1, sans-serif
font-weight 500
text-transform uppercase
font-size 2.8rem
font-size 2.3rem

.giveforms-donation-button
display inline-block
Expand All @@ -37,12 +41,11 @@
box-sizing border-box
border-radius 60px
text-align center
font-size 1.5rem
color $interactive
font-family objektiv-mk1, sans-serif
font-weight 500
text-transform uppercase
font-size 2.8rem
font-size 2.3rem

.wt_donate
padding $margin3 0
Expand Down

0 comments on commit 38b83c2

Please sign in to comment.