I am trying to create the following effect
How do I make it so the letter spacing of the bottom text makes to the end of the container?
HTML
<section class="nav">
    <div class="logo">
        <p id="top">Reagan</p>
        <p id="bottom">Clayton</p>
    </div>
</section>
