Skip to content

Commit

Permalink
Update Prezola (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRogers99 authored Dec 21, 2023
1 parent ebd824b commit f460f78
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h2 class="heading">Wedding Gifts</h2>
towards our honeymoon to Mexico, Riviera Maya. Please see our list on
Prezola for details if you would like to do this online.
</p>
<a href="https://prezola.com" target="_blank">
<a href="https://prezola.com/wishlists/10290678" target="_blank">
<button class="btn">
Prezola gift list
</button>
Expand Down
12 changes: 9 additions & 3 deletions sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,15 @@ h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, figure {
}
}

.ff-form .ff-form-check-other input[type=text] {
width: calc(100% - 25px);
.ff-form {
.ff-form-check-other input[type=text] {
width: calc(100% - 25px);
}

.ff-powered-img {
padding: 0;
width: auto;
}
}

}
Expand All @@ -197,7 +204,6 @@ a {
}



button.btn.darken {
background-color: rgba(118, 141, 191, 75%);
}
Expand Down

0 comments on commit f460f78

Please sign in to comment.