add cta buttons to footer of profiles
This commit is contained in:
parent
edf9f5ec9f
commit
1eb5365d55
2 changed files with 13 additions and 0 deletions
|
@ -238,6 +238,10 @@ h2.tagline:before {
|
|||
font-size: 20px;
|
||||
}
|
||||
|
||||
.buttons {
|
||||
margin: 6rem 0;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) { /* desktop */
|
||||
.entry .entry-content .content-header {
|
||||
flex-direction: row;
|
||||
|
|
|
@ -122,4 +122,13 @@ endif;
|
|||
data-value="<?php echo esc_attr( $last_login ); ?>"
|
||||
data-relval="<?php echo esc_attr( $last_login_rel ); ?>">
|
||||
</span>
|
||||
|
||||
<div class="buttons">
|
||||
<span class="wp-block-button is-style-outline">
|
||||
<a class="wp-block-button__link" href="/directory/">Back to the Directoory</a>
|
||||
</span>
|
||||
<span class="wp-block-button">
|
||||
<a class="wp-block-button__link" href="/login/">Contribute your own story</a>
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Reference in a new issue