profile padding bottom and tagline style tweak

This commit is contained in:
Evan Mullins 2019-03-14 06:59:28 -06:00
parent 23da93371e
commit 9607c3ad1b
2 changed files with 6 additions and 3 deletions

View file

@ -14,7 +14,7 @@ get_header();
<section id="primary" class="content-area">
<main id="main" class="site-main">
<article class="entry">
<article class="entry user-profile">
<div class="entry-content">
<?php

View file

@ -159,6 +159,9 @@ body.logged-in .menu-item.logged-in {
/* profile */
article.user-profile {
padding-bottom: 8rem;
}
.acf-field textarea {
font-size: 18px;
overflow-wrap: normal;
@ -214,8 +217,8 @@ h2.tagline {
font-style: italic;
font-size: 1.5rem;
font-weight: normal;
line-height: 1.2em;
margin-top: .5rem;
line-height: 1.375em;
margin-top: .75rem;
}
.social-links {
list-style: none;