Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Commit

Permalink
Removed nsbp, no overflow for WQXR is supported by and spacing for jl…
Browse files Browse the repository at this point in the history
… greene logo
  • Loading branch information
Seori committed Nov 20, 2019
1 parent 78f5365 commit a70a8c5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 additions & 2 deletions app/styles/components/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@

.jl-logo {
margin-top: 4px;
max-height: 100%;
max-width: 100%;
&:hover {
opacity: 0.8;
transition-duration: 0.3s;
Expand Down Expand Up @@ -418,6 +420,15 @@
flex-direction: column;
}

.second-slogan {
white-space: nowrap;
overflow: hidden;
}

.jl-logo {
padding-left: 5px;
}

.logo-and-brands {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -486,8 +497,8 @@
}

.second-slogan {
margin-left: 50px;
}
margin-left: 30px;
}

.logo-and-brands {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion app/templates/application.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<br>
<br>
</p>
<p class="second-slogan"> WQXR is supported by &nbsp; &nbsp;
<p class="second-slogan">WQXR is supported by
<div class="jl-logo"><JlgreenLogo /></div>
</p>
</footer.slogan>
Expand Down

0 comments on commit a70a8c5

Please sign in to comment.