Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turn decor brackets in index into their own class. #1234

Open
wants to merge 2 commits into
base: gh-pages
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/css/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ strong {
opacity: 1;
}

.home h2 span {
.home .decorBrackets {
color: rgba(127,127,127,10%);
font-size: 4.375rem;
padding: 0 5px;
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
<p>An open source license protects contributors and users. Businesses and savvy developers won’t touch a project without this protection.</p>

<h2>
<span>{</span>
<span class="decorBrackets">{</span>
Which of the following best describes your situation?
<span>}</span>
<span class="decorBrackets">}</span>
</h2>
<ul class="triptych situations clearfix">
<li class="existing">
Expand Down Expand Up @@ -52,9 +52,9 @@ <h3>I care about sharing improvements.</h3>
</li>
</ul>
<h2>
<span>{</span>
<span class="decorBrackets">{</span>
What if none of these work for me?
<span>}</span>
<span class="decorBrackets">}</span>
</h2>
<ul class="triptych see-more clearfix">
<li>
Expand Down