Skip to content
Snippets Groups Projects
Commit a951081c authored by Greg Fodor's avatar Greg Fodor
Browse files

Fix up homepage on small phones in landscape

parent f806adc7
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,7 @@ body { ...@@ -54,6 +54,7 @@ body {
.header-content { .header-content {
padding: 1.5em 2.5em 1.5em 2.5em; padding: 1.5em 2.5em 1.5em 2.5em;
background-color: rgba(0, 0, 0, 0.85); background-color: rgba(0, 0, 0, 0.85);
min-height: 90px;
height: 90px; height: 90px;
display: flex; display: flex;
border-bottom: 2px solid #242424; border-bottom: 2px solid #242424;
...@@ -194,7 +195,7 @@ body { ...@@ -194,7 +195,7 @@ body {
.footer-content { .footer-content {
padding: 1em 2.25em 1em 2.25em; padding: 1em 2.25em 1em 2.25em;
background-color: rgba(0, 0, 0, 0.85); background-color: rgba(0, 0, 0, 0.85);
min-height: 75px; min-height: 100px;
display: flex; display: flex;
border-top: 2px solid #242424; border-top: 2px solid #242424;
align-items: center; align-items: center;
...@@ -218,7 +219,7 @@ body { ...@@ -218,7 +219,7 @@ body {
} }
&__bottom { &__bottom {
margin-top: 4px; margin-top: 8px;
a { a {
color: $grey-text; color: $grey-text;
......
...@@ -172,10 +172,8 @@ class HomeRoot extends Component { ...@@ -172,10 +172,8 @@ class HomeRoot extends Component {
</a> </a>
</div> </div>
<div className="footer-content__links__bottom"> <div className="footer-content__links__bottom">
<FormattedMessage id="home.made_with_love" /> <div>
<span style={{ fontWeight: "bold", color: "white" }}>moz://a</span> Medieval Fantasy Book by{" "}
<span>
&nbsp;&nbsp;|&nbsp;&nbsp;Medieval Fantasy Book by{" "}
<a <a
target="_blank" target="_blank"
rel="noreferrer noopener" rel="noreferrer noopener"
...@@ -183,7 +181,11 @@ class HomeRoot extends Component { ...@@ -183,7 +181,11 @@ class HomeRoot extends Component {
> >
Pixel Pixel
</a> </a>
</span> </div>
<div>
<FormattedMessage id="home.made_with_love" />
<span style={{ fontWeight: "bold", color: "white" }}>moz://a</span>
</div>
</div> </div>
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment