Changing the RSVP button text color and adding some additional margin
This commit is contained in:
parent
0e04c0a235
commit
6a455a314f
2 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<div class="contents fontM">
|
||||
<a class="rsvpButton backgroundLightGreen hidden" href="/rsvp">
|
||||
<div class="textCenter">
|
||||
<p class="colorBlack">
|
||||
<p class="colorWhite">
|
||||
RSVP
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -192,6 +192,7 @@ button {
|
|||
width: 80%;
|
||||
margin-left: 10%;
|
||||
margin-right: 10%;
|
||||
margin-bottom: 32px;
|
||||
text-decoration: none;
|
||||
padding: 16px;
|
||||
border-radius: 16px 16px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue