Skip to content

Commit 2f802c5

Browse files
committed
Hide home page logo on mobile (Closes #204)
I"m choosing to hide the logo entirely, since on screens that small, the logo in the header looks large enough to serve the role for the larger homepage logo as well
1 parent 5473320 commit 2f802c5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/HomePage.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
=begin Html
2-
<img style="float: right; margin: 0 0 1em 1em" src="/images/camelia.png" alt =""/>
2+
<img style="float: right; margin: 0 0 1em 1em" src="/images/camelia.png" alt="" id="home_logo"/>
33
Welcome to the official documentation of the <a href="http://perl6.org">Perl 6</a>
44
programming language!
55
Besides online browsing and searching, you can also

html/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,12 @@ td p {
132132
margin: 0;
133133
text-align: center;
134134
}
135+
#home_logo {
136+
display: none;
137+
}
135138
}
136139

140+
137141
#logo {
138142
display: inline-block;
139143
margin: -0.75em 0 -0.5em -0.5em;

0 commit comments

Comments
 (0)